diff options
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
