diff options
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 9 |
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; |
