From 1f788a318bedc0e6a83632c1f126e747c0430d6c Mon Sep 17 00:00:00 2001 From: NRK Date: Tue, 17 Jan 2023 15:48:59 +0600 Subject: 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 --- nsxiv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nsxiv.h') 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; -- cgit v1.2.3-54-g00ecf