]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
change the perapp settings "head" option to "monitor" i think its easier to understand.
[chaz/openbox] / openbox / config.h
index f85f4f115e500e2064e3e6a3e994ddb05155170f..41cf74823afb4a1fbf36f56ef729fc1878ab6c6b 100644 (file)
 #include "misc.h"
 #include "stacking.h"
 #include "place.h"
+#include "geom.h"
 #include "render/render.h"
 
 #include <glib.h>
 
 struct _ObParseInst;
 
+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 monitor;
+    gint iconic;
+    gint skip_pager;
+    gint skip_taskbar;
+    gint max_horz;
+    gint max_vert;
+    gint fullscreen;
+
+    gint layer;
+};
+
 /*! Should new windows be focused */
 extern gboolean config_focus_new;
 /*! Focus windows when the mouse enters them */
This page took 0.02004 seconds and 4 git commands to generate.