From c590a83207ed5825b513e2278789ed13f55574b2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Oct 2011 19:12:11 -0400 Subject: Add "active" and "primary" options to the placement option for per-app settings (bug #5180) --- openbox/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 890b002a..1802179d 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; -- cgit v1.2.3