]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
Allow specifying only one of width and height in per-app settings size
[chaz/openbox] / openbox / config.h
index 730dc39a5f8040d1a3ca5460dd087d4bf9c33f34..ce1ff885019703dc5546071b480196cfd27aef2f 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,6 +47,11 @@ 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;
@@ -81,8 +88,6 @@ extern gboolean config_unfocus_leave;
 
 /*! The algorithm to use for placing new windows */
 extern ObPlacePolicy config_place_policy;
-/*! Place windows in the center of the free area */
-extern gboolean config_place_center;
 /*! Place windows on the active monitor (unless they are part of an application
   already on another monitor) */
 extern ObPlaceMonitor config_place_monitor;
This page took 0.024592 seconds and 4 git commands to generate.