summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-03 09:23:03 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-03 09:23:03 +0200
commit7e1c02b04c364ed1e3638432eebabf2d6e50acec (patch)
tree94c52861176ce7d25f66bbd3a64fa0b5488555df /include/settings.h
parent5f21ab80a8f54e6133140582fe59a2992021c29a (diff)
[OldTheme] Re-add the padding/bw option.
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index bdaae4a1..35020bf2 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -82,6 +82,8 @@ typedef struct
{
/** List of enabled modi */
char *modi;
+ /** Border width */
+ unsigned int menu_bw;
/** Width (0-100 in %, > 100 in pixels, < 0 in char width.) */
int menu_width;
/** # lines */
@@ -119,6 +121,8 @@ typedef struct
/** Windows location/gravity */
WindowLocation location;
+ /** Padding between elements */
+ unsigned int padding;
/** Y offset */
int y_offset;
/** X offset */