diff options
author | Bert Münnich <ber.t@gmx.com> | 2012-02-16 23:20:27 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2012-02-16 23:20:27 +0100 |
commit | 2d4264af286db2a746d600139a12472841c2677d (patch) | |
tree | 53a65b90464e29d5e1dd5b3504a9a7bedb6e712d /options.h | |
parent | b418df7afc01796254fdf24d4afe12da3f0795bd (diff) |
Added option -b: disable bar
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ typedef struct { /* window: */ bool fixed_win; bool fullscreen; + bool hide_bar; char *geometry; /* misc flags: */ |