]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
move stuff around some more
[chaz/openbox] / openbox / client.h
index 22a7dd207183d02e381bd35a5ba34a100bb8982b..e2193e98e2ccd865ee0a14b1785d036e8e1c0ae1 100644 (file)
@@ -32,8 +32,9 @@ struct _ObFrame;
 struct _ObGroup;
 struct _ObSessionState;
 
-typedef struct _ObClient     ObClient;
-typedef struct _ObClientIcon ObClientIcon;
+typedef struct _ObClient      ObClient;
+typedef struct _ObClientIcon  ObClientIcon;
+typedef struct _ObAppSettings ObAppSettings;
 
 /* The value in client.transient_for indicating it is a transient for its
    group instead of for a single window */
@@ -269,6 +270,24 @@ struct _ObClient
     guint nicons;
 };
 
+struct _ObAppSettings
+{
+    gchar *name;
+    gboolean decor;
+    gboolean shade;
+    gboolean focus;
+
+    Point position;
+    gboolean center_x;
+    gboolean center_y;
+    gboolean pos_given;
+
+    guint desktop;
+    guint head;
+
+    guint layer;
+};
+
 extern GList *client_list;
 
 void client_startup(gboolean reconfig);
This page took 0.021786 seconds and 4 git commands to generate.