From 7ffa091d5b464ce508023c3b5e5bc50a36be53fb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 May 2007 22:57:49 +0000 Subject: change the perapp settings "head" option to "monitor" i think its easier to understand. some cleanup for perapp settings. make monitor and desktop be specified starting at 1, like elsewhere in the config file. --- openbox/client.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 6b28d457..2863a98f 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -295,32 +295,6 @@ struct _ObClient guint32 user_time; }; -struct _ObAppSettings -{ - gchar *class; - gchar *name; - gchar *role; - - Point position; - gboolean center_x; - gboolean center_y; - gboolean pos_given; - - guint desktop; - 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; void client_startup(gboolean reconfig); -- cgit v1.2.3