]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
change the perapp settings "head" option to "monitor" i think its easier to understand.
[chaz/openbox] / openbox / client.h
index 6b28d457e781fb2443a4a9bf84b18c0b0c1797fd..2863a98f5dde5a1d7059c506a74664303e8c631f 100644 (file)
@@ -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);
This page took 0.023146 seconds and 4 git commands to generate.