Allow specifying only one of width and height in per-app settings size
[mikachu/openbox.git] / openbox / config.h
index a111a06..ce1ff88 100644 (file)
@@ -47,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;