diff options
author | ulteq <ulteq@web.de> | 2017-12-27 19:03:03 +0100 |
---|---|---|
committer | ulteq <ulteq@web.de> | 2017-12-28 14:42:58 +0100 |
commit | 0a006ed6767e42bbc1608400faf0fa9e008ff49c (patch) | |
tree | da2b95c011ba693fa304f95ce73701ec22fa045c /src/options.h | |
parent | 4b72d9f3e11786f4d052b02ca777019670579e72 (diff) |
Add option to change the imlib cache size
This option allows you to change the default imlib2 image cache size of 4 MiB.
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 3 |
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; |