aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbiconfig.h')
-rw-r--r--fbiconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fbiconfig.h b/fbiconfig.h
index b116f72..73b3d55 100644
--- a/fbiconfig.h
+++ b/fbiconfig.h
@@ -24,6 +24,7 @@
#define O_READ_AHEAD O_OPTIONS, "read-ahead"
#define O_CACHE_MEM O_OPTIONS, "cache-mem"
+#define O_BLEND_MSECS O_OPTIONS, "blend-msecs"
#define O_VT O_OPTIONS, "vt"
#define O_SCROLL O_OPTIONS, "scroll"
#define O_TIMEOUT O_OPTIONS, "timeout"
@@ -55,6 +56,7 @@
#define GET_READ_AHEAD() cfg_get_bool(O_READ_AHEAD, 0)
#define GET_CACHE_MEM() cfg_get_int(O_CACHE_MEM, 256)
+#define GET_BLEND_MSECS() cfg_get_int(O_BLEND_MSECS, 0)
#define GET_VT() cfg_get_int(O_VT, 0)
#define GET_SCROLL() cfg_get_int(O_SCROLL, 50)
#define GET_TIMEOUT() cfg_get_int(O_TIMEOUT, 0)