summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-06 22:57:49 +0000
committerDana Jansens <danakj@orodu.net>2007-05-06 22:57:49 +0000
commit7ffa091d5b464ce508023c3b5e5bc50a36be53fb (patch)
tree3cbd3840af488e4ef1de2caf0614047ef507e5c3 /openbox/client.h
parent6cd5f7ea380e155dbd7b29f01dd3fcfb5858ad61 (diff)
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.
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h26
1 files changed, 0 insertions, 26 deletions
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);