summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-16 23:20:27 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-16 23:20:27 +0100
commit2d4264af286db2a746d600139a12472841c2677d (patch)
tree53a65b90464e29d5e1dd5b3504a9a7bedb6e712d /options.h
parentb418df7afc01796254fdf24d4afe12da3f0795bd (diff)
downloadnsxiv-2d4264af286db2a746d600139a12472841c2677d.tar.zst
Added option -b: disable bar
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index ae0476d..aa93a0c 100644
--- a/options.h
+++ b/options.h
@@ -38,6 +38,7 @@ typedef struct {
/* window: */
bool fixed_win;
bool fullscreen;
+ bool hide_bar;
char *geometry;
/* misc flags: */