summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-05-25 09:23:23 +0200
committerBert <ber.t@gmx.com>2011-05-25 09:23:23 +0200
commit2252a0148d11fc988131eb0bf6397453427d67e8 (patch)
tree7cb4e226e2405b420876709e033a8bcdffa8777c /options.h
parent00e6cd2bd1a7bfc0b9fcbf958cefee07ef41cb71 (diff)
downloadnsxiv-2252a0148d11fc988131eb0bf6397453427d67e8.tar.zst
New option: -n, start at given picture
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.h b/options.h
index f465855..0c62986 100644
--- a/options.h
+++ b/options.h
@@ -23,8 +23,9 @@
typedef struct {
const char **filenames;
- int filecnt;
unsigned char from_stdin;
+ int filecnt;
+ int startnum;
scalemode_t scalemode;
float zoom;