]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
Allow application rules to control window size (Fix bug 4661)
[chaz/openbox] / openbox / config.h
index 43386d3c319a02d4a191204bc41a4cbd19758fb2..87662ab9d27955fa86d073d4fef1f6f7c2e8c5ff 100644 (file)
@@ -47,6 +47,12 @@ struct _ObAppSettings
     gboolean pos_given;
     gboolean pos_force;
 
+    gint width_num;
+    gint width_denom;
+    gint height_num;
+    gint height_denom;
+    gboolean size_given;
+
     guint desktop;
     gint shade;
     gint decor;
@@ -83,8 +89,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.022003 seconds and 4 git commands to generate.