diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-07-25 22:52:31 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-07-25 22:52:31 +0200 |
commit | 5e481912ec983be89f10cbbb21561ed7cc898027 (patch) | |
tree | 8f009c6ccf4e884d570aaa72ba63c6c72693c128 /image.h | |
parent | 9c92de858484b6bbe90252955bef5f77a80f3c45 (diff) |
Revised handling of GIF animations
- New option `-a`: Play animations at startup
- Ctrl-Space toggles animation for all GIF files
- Infinite loop for all animations
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -36,7 +36,6 @@ typedef struct { int sel; bool animate; int length; - int repeat; } multi_img_t; typedef struct { @@ -51,7 +50,6 @@ typedef struct { scalemode_t scalemode; float zoom; - bool re; bool checkpan; bool dirty; bool aa; |