X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=87662ab9d27955fa86d073d4fef1f6f7c2e8c5ff;hb=2ea60e77c085a724b2ec28273e24e12ece0e84f3;hp=a111a06f5293dc406f4479124b790603fe721fab;hpb=5e282dae08be3b900e0337efa0fae8f3ffa92cd7;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index a111a06f..87662ab9 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -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;