summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-14 17:51:04 +0100
committerBert <ber.t@gmx.com>2011-02-14 17:51:04 +0100
commit26cc5aff69856caf01a925ee1357b3650d806d67 (patch)
treee0ecd554c2a910f896e082271d8bc50905e51e68 /options.h
parentea65610747bf324c98f390fba91b8a7c8818006a (diff)
downloadnsxiv-26cc5aff69856caf01a925ee1357b3650d806d67.tar.zst
Read filenames from stdin
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 3cb4b38..fd2e0bd 100644
--- a/options.h
+++ b/options.h
@@ -24,6 +24,7 @@
typedef struct options_s {
const char **filenames;
int filecnt;
+ unsigned char from_stdin;
scalemode_t scalemode;
float zoom;