]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
respect the active/mouse options for monitor placement, and use ObMonitorPlace for...
[chaz/openbox] / openbox / config.h
index 1802179d3f6774d67bc96b3a60e00d16bbfb888d..730dc39a5f8040d1a3ca5460dd087d4bf9c33f34 100644 (file)
 
 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;
This page took 0.020117 seconds and 4 git commands to generate.