]> 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 ab1c830cdc0092ae988328773f50e8cedd04d3a5..a75c6d2b074c0d0b1a94b100aa368ac8b5a8116c 100644 (file)
@@ -274,9 +274,6 @@ struct _ObAppSettings
 {
     gchar *name;
     gchar *role;
-    gboolean decor;
-    gboolean shade;
-    gboolean focus;
 
     Point position;
     gboolean center_x;
@@ -284,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.021 seconds and 4 git commands to generate.