]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
update copyright step 2
[chaz/openbox] / openbox / client.h
index e2193e98e2ccd865ee0a14b1785d036e8e1c0ae1..41531979ddf34a1bee854763dd9c17cae1aafa36 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    client.h for the Openbox window manager
+   Copyright (c) 2006        Mikael Magnusson
    Copyright (c) 2003        Ben Jansens
 
    This program is free software; you can redistribute it and/or modify
@@ -272,10 +273,9 @@ struct _ObClient
 
 struct _ObAppSettings
 {
+    gchar *class;
     gchar *name;
-    gboolean decor;
-    gboolean shade;
-    gboolean focus;
+    gchar *role;
 
     Point position;
     gboolean center_x;
@@ -283,9 +283,18 @@ struct _ObAppSettings
     gboolean pos_given;
 
     guint desktop;
-    guint head;
-
-    guint layer;
+    gint shade;
+    gint decor;
+    gint focus;
+    gint head;
+    gint iconic;
+    gint skip_pager;
+    gint skip_taskbar;
+    gint max_horz;
+    gint max_vert;
+    gint fullscreen;
+
+    gint layer;
 };
 
 extern GList *client_list;
This page took 0.024135 seconds and 4 git commands to generate.