summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index f85f4f11..41cf7482 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -23,12 +23,39 @@
#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 */