summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/openbox/client.h b/openbox/client.h
index ab1c830c..a75c6d2b 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -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;