X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=2863a98f5dde5a1d7059c506a74664303e8c631f;hb=b02947c09fde26756924a03507a750048169c346;hp=6b28d457e781fb2443a4a9bf84b18c0b0c1797fd;hpb=3c4d73c48403198a7d2db8d36a6174082840b58d;p=chaz%2Fopenbox 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);