From 8a975cb10051e8da0420275a43f1b49d3cce2678 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 15 Oct 2011 20:07:57 -0400 Subject: respect the active/mouse options for monitor placement, and use ObMonitorPlace for per-app too --- openbox/config.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'openbox/config.h') 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; -- cgit v1.2.3