summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2011-10-15 20:07:57 -0400
committerDana Jansens <danakj@orodu.net>2011-10-16 18:51:51 -0400
commit8a975cb10051e8da0420275a43f1b49d3cce2678 (patch)
tree9dbfb01d45ecded7712d8ad8852234c73bfdbd56 /openbox/config.h
parent4aade63604e9d29f01933b9bf0ac9228721411ef (diff)
respect the active/mouse options for monitor placement, and use ObMonitorPlace for per-app too
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 1802179d..730dc39a 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -33,13 +33,6 @@
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;
@@ -56,7 +49,7 @@ struct _ObAppSettings
gint shade;
gint decor;
gint focus;
- ObAppSettingsMonitor monitor_type;
+ ObPlaceMonitor monitor_type;
gint monitor;
gint iconic;
gint skip_pager;