]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
add the rest of the possible states to per app settings, and fix some mem leaks in...
[chaz/openbox] / openbox / client.h
index e2193e98e2ccd865ee0a14b1785d036e8e1c0ae1..a75c6d2b074c0d0b1a94b100aa368ac8b5a8116c 100644 (file)
@@ -273,9 +273,7 @@ struct _ObClient
 struct _ObAppSettings
 {
     gchar *name;
-    gboolean decor;
-    gboolean shade;
-    gboolean focus;
+    gchar *role;
 
     Point position;
     gboolean center_x;
@@ -283,9 +281,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.024328 seconds and 4 git commands to generate.