summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-01 16:40:37 +0100
committerBert <ber.t@gmx.com>2011-02-01 16:40:37 +0100
commitf2ceac2f8ab04f91672a9cb168dfdf69dab02b3c (patch)
tree4a405c366a9775afe359ad04e0bfd2718264480f /options.h
parent8fb3110ebb1f4ac46729ceac906e21674368d93d (diff)
downloadnsxiv-f2ceac2f8ab04f91672a9cb168dfdf69dab02b3c.tar.zst
New option: -F, fixed/floating window
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 7de4f0f..19a0c6b 100644
--- a/options.h
+++ b/options.h
@@ -29,6 +29,7 @@ typedef struct options_s {
float zoom;
unsigned char aa;
+ unsigned char fixed;
unsigned char fullscreen;
char *geometry;