]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
update copyright step 1
[chaz/openbox] / openbox / client.h
index e2193e98e2ccd865ee0a14b1785d036e8e1c0ae1..5f654d7eb35a5e15c1b4d6a25a25cc99e1d17825 100644 (file)
@@ -272,10 +272,9 @@ struct _ObClient
 
 struct _ObAppSettings
 {
+    gchar *class;
     gchar *name;
-    gboolean decor;
-    gboolean shade;
-    gboolean focus;
+    gchar *role;
 
     Point position;
     gboolean center_x;
@@ -283,9 +282,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.020585 seconds and 4 git commands to generate.