diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-12-28 17:19:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-12-28 17:19:35 +0100 |
commit | 51dc926c302cebcede32843e84641407189b3df9 (patch) | |
tree | a7d7f62d3ebca4ea623414b0e7a9e4248a04e569 /src/options.h | |
parent | 51ed4f02a56ac292a95f4347fbd0d385335a239c (diff) | |
parent | 0a006ed6767e42bbc1608400faf0fa9e008ff49c (diff) |
Merge branch 'cache-size-option' of https://github.com/ulteq/feh into ulteq-cache-size-option
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; |