X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=fc1d217e4d000000a23d6e8565dc54b2e85ef9bc;hb=f866c034bf6e954791442ff029d5ae51ab0bd616;hp=1802179d3f6774d67bc96b3a60e00d16bbfb888d;hpb=c590a83207ed5825b513e2278789ed13f55574b2;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 1802179d..fc1d217e 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -33,18 +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; GPatternSpec *name; GPatternSpec *role; + GPatternSpec *group_class; + GPatternSpec *group_name; GPatternSpec *title; ObClientType type; @@ -52,11 +47,16 @@ struct _ObAppSettings gboolean pos_given; gboolean pos_force; + gint width_num; + gint width_denom; + gint height_num; + gint height_denom; + guint desktop; gint shade; gint decor; gint focus; - ObAppSettingsMonitor monitor_type; + ObPlaceMonitor monitor_type; gint monitor; gint iconic; gint skip_pager;