summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 890b002a..1802179d 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -33,6 +33,13 @@
typedef struct _ObAppSettings ObAppSettings;
+typedef enum {
+ OB_APP_SETTINGS_MONITOR_FIXED,
+ OB_APP_SETTINGS_MONITOR_PRIMARY,
+ OB_APP_SETTINGS_MONITOR_ACTIVE,
+ OB_APP_SETTINGS_MONITOR_MOUSE
+} ObAppSettingsMonitor;
+
struct _ObAppSettings
{
GPatternSpec *class;
@@ -49,6 +56,7 @@ struct _ObAppSettings
gint shade;
gint decor;
gint focus;
+ ObAppSettingsMonitor monitor_type;
gint monitor;
gint iconic;
gint skip_pager;