summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-31 09:39:56 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-31 09:40:14 +0200
commit3cc2c50bb8422fc738a5875048c06758af6ded76 (patch)
treead8c88c7e5ceecb6f098ac86b286856b6d00d830 /src/options.h
parentd37ff6f9334f1243219dc6a3da27b198c0b145fe (diff)
major --thumbnails speed impromevents, new --thumb-redraw option
See ChangeLog / man/feh.1 "--thumb-redraw" for more
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 4a275e9..5d11816 100644
--- a/src/options.h
+++ b/src/options.h
@@ -109,6 +109,7 @@ struct __fehoptions {
int thumb_h;
int limit_w;
int limit_h;
+ unsigned int thumb_redraw;
int reload;
int sort;
int debug_level;