summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-01-04 18:38:40 +0100
committerBert Münnich <ber.t@posteo.de>2014-01-04 19:07:15 +0100
commit6a0fa2507cc933cfb54fdf4d80c094bfcdf782cf (patch)
treeab682c40f0a648b60db9a7a41753923279579cd9 /options.h
parent0e818020cc3459dda528993e27202c8ef5dfa90f (diff)
downloadnsxiv-6a0fa2507cc933cfb54fdf4d80c094bfcdf782cf.tar.zst
Slideshow mode is back, in a simplified version
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 982602f..d91cca2 100644
--- a/options.h
+++ b/options.h
@@ -35,6 +35,7 @@ typedef struct {
scalemode_t scalemode;
float zoom;
int gamma;
+ int slideshow;
/* window: */
bool fixed_win;