summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-30 22:23:36 +0100
committerBert <ber.t@gmx.com>2011-01-30 22:23:36 +0100
commitf0e9ec733ad73147be1db2a11486d1ac803c044f (patch)
tree4b0d761fae42cd1e5cb3e4d8e327fd8b5148f48c /options.h
parent3d8efb21d51b5e9582fdff1a7c138f85f508e927 (diff)
downloadnsxiv-f0e9ec733ad73147be1db2a11486d1ac803c044f.tar.zst
Replaced option -W with -q, seems more natural
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.h b/options.h
index 71a1b21..7de4f0f 100644
--- a/options.h
+++ b/options.h
@@ -32,7 +32,7 @@ typedef struct options_s {
unsigned char fullscreen;
char *geometry;
- unsigned char warn;
+ unsigned char quiet;
} options_t;
extern const options_t *options;