summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-06 19:30:06 +0200
committerBert <ber.t@gmx.com>2011-04-06 19:30:06 +0200
commitfacd7e3b42cbf638c1a58caebd3bbaedf74e0b1a (patch)
tree947bcd7c6e1abbbf482e9bdae404f6280d798840 /options.h
parent426edfb3498469b171aae6a582491c2c7e30fd51 (diff)
downloadnsxiv-facd7e3b42cbf638c1a58caebd3bbaedf74e0b1a.tar.zst
New option: -a, do not filter out unsupported files
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 4ce9637..c32b50a 100644
--- a/options.h
+++ b/options.h
@@ -35,6 +35,7 @@ typedef struct {
unsigned char fullscreen;
char *geometry;
+ unsigned char all;
unsigned char quiet;
unsigned char recursive;
} options_t;