diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2013-08-11 14:33:46 +0200 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2013-08-11 13:07:49 -0400 |
| commit | b2b5df767cc54539f75fc1263fe21f8a0ab1d797 (patch) | |
| tree | 06e705da11df2bb5bf78858c576945be85b47998 /openbox/config.h | |
| parent | 937ba3c7e791111bd94153866545dd9bb8334c7f (diff) | |
Allow specifying only one of width and height in per-app settings size
Fixes bug 5819.
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/config.h b/openbox/config.h index 87662ab9..ce1ff885 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -51,7 +51,6 @@ struct _ObAppSettings gint width_denom; gint height_num; gint height_denom; - gboolean size_given; guint desktop; gint shade; |
