diff options
author | dwminer <daltonminer@gmail.com> | 2016-11-27 02:54:15 -0500 |
---|---|---|
committer | dwminer <daltonminer@gmail.com> | 2016-11-27 02:59:05 -0500 |
commit | 2c566c5320c11e9844f192bfcff2d1a869471415 (patch) | |
tree | c9ab67979e064043592bfd0597cf618fff31d79d /options.h | |
parent | 32b29e61c1cf1fead8ccc3400d751955de7d5715 (diff) |
Add -A option to force framerate on animated images
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ typedef struct { bool animate; int gamma; int slideshow; + int framerate; /* window: */ bool fullscreen; |