From 2c566c5320c11e9844f192bfcff2d1a869471415 Mon Sep 17 00:00:00 2001 From: dwminer Date: Sun, 27 Nov 2016 02:54:15 -0500 Subject: Add -A option to force framerate on animated images --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 40c2506..c9879f3 100644 --- a/options.h +++ b/options.h @@ -37,6 +37,7 @@ typedef struct { bool animate; int gamma; int slideshow; + int framerate; /* window: */ bool fullscreen; -- cgit v1.2.3-54-g00ecf