summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-27 16:15:43 +0100
committerBert <ber.t@gmx.com>2011-01-27 16:15:43 +0100
commit17e2a795bbcdbf9bc8eb07e2aaca0a494871b9e8 (patch)
tree7550f6d978ece256b2faa5d10bc300fa0d5eef97 /options.h
parente8a503bcbb5e29e8364095796d1417db4c138e64 (diff)
downloadnsxiv-17e2a795bbcdbf9bc8eb07e2aaca0a494871b9e8.tar.zst
Added -w cmdline option
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index d74cb3f..03acf7c 100644
--- a/options.h
+++ b/options.h
@@ -22,6 +22,8 @@
typedef struct options_s {
const char **filenames;
int filecnt;
+ int winw;
+ int winh;
} options_t;
extern const options_t *options;