summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-12-28 19:04:52 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-12-28 19:04:52 +0100
commit68373bb7f5aa78aae0d40311e8cada7f4832387d (patch)
treefd42dc8e86e68e10afb1a2a5bd8c93cb37a7d908 /src/options.h
parent51ed4f02a56ac292a95f4347fbd0d385335a239c (diff)
parent91b331f0fa6999dff69fa1da90a8816b8d855ccc (diff)
Merge branch 'ulteq-cache-size-option'
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 4e2703e..c6959c8 100644
--- a/src/options.h
+++ b/src/options.h
@@ -117,6 +117,9 @@ struct __fehoptions {
/* signed in case someone wants to invert scrolling real quick */
int scroll_step;
+ // imlib cache size in mebibytes
+ int cache_size;
+
unsigned int min_width, min_height, max_width, max_height;
unsigned char mode;