aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
authorN-R-K <79544946+N-R-K@users.noreply.github.com>2022-02-26 17:38:53 +0100
committerGitHub <noreply@github.com>2022-02-26 17:38:53 +0100
commitbda70867ac50c35b3bb134cf408ce5ae3cf0c751 (patch)
treee8380d33cf0f00bee892e6c66cc79649ef0c82d6 /nsxiv.h
parent9f12c79d1bfb64cbe006d26cc19af6c375cebbd1 (diff)
downloadnsxiv-bda70867ac50c35b3bb134cf408ce5ae3cf0c751.tar.zst
add config.h option for top statusbar (#231)
Closes: https://github.com/nsxiv/nsxiv/issues/230 Co-authored-by: mamg22 <45301823+mamg22@users.noreply.github.com>
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 1b0bc6f..afa657f 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -424,6 +424,7 @@ struct win {
struct {
unsigned int h;
+ bool top;
win_bar_t l;
win_bar_t r;
} bar;