]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
Add the old <center> option for the placement policy. (Bug 5946)
[chaz/openbox] / openbox / config.h
index 890b002a8ec95d9ff169f1f336ea860612b90107..fc1d217e4d000000a23d6e8565dc54b2e85ef9bc 100644 (file)
@@ -38,6 +38,8 @@ struct _ObAppSettings
     GPatternSpec *class;
     GPatternSpec *name;
     GPatternSpec *role;
+    GPatternSpec *group_class;
+    GPatternSpec *group_name;
     GPatternSpec *title;
     ObClientType  type;
 
@@ -45,10 +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;
+    ObPlaceMonitor monitor_type;
     gint monitor;
     gint iconic;
     gint skip_pager;
This page took 0.02269 seconds and 4 git commands to generate.