summaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-01-17 10:48:59 +0100
committerGitea <gitea@fake.local>2023-01-28 11:23:11 +0100
commit1f788a318bedc0e6a83632c1f126e747c0430d6c (patch)
tree96c734a6977a4407f4c3105ca5c680595656c264 /nsxiv.h
parentfddad757c6d2645ed7b2d8f64931818d5b3b7a00 (diff)
downloadnsxiv-1f788a318bedc0e6a83632c1f126e747c0430d6c.tar.zst
add cli flag --alpha-layer
now that we have long-opts, we don't have to worry about exhausting the alphabet list for short-opts. so adding a cli flag to set/unset the checker background makes sense. ref: https://codeberg.org/nsxiv/nsxiv/issues/404
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 19e5399..ab3673f 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -241,6 +241,7 @@ struct opt {
float zoom;
bool animate;
bool anti_alias;
+ bool alpha_layer;
int gamma;
unsigned int slideshow;
int framerate;