X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fconfig.h;h=1802179d3f6774d67bc96b3a60e00d16bbfb888d;hp=890b002a8ec95d9ff169f1f336ea860612b90107;hb=c590a83207ed5825b513e2278789ed13f55574b2;hpb=a0d14c7d4468b6348d906a68bb5dfe3acce0ad64 diff --git a/openbox/config.h b/openbox/config.h index 890b002..1802179 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;