aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-08-13 18:28:49 +0000
committerkraxel <kraxel>2006-08-13 18:28:49 +0000
commitc183d2c562148a5418849d3222a2c940f3f1102a (patch)
tree0de2e66516d4f5b19b8c0eee17fdf9e6272c2c48 /fbiconfig.h
parent3e07a22545ccf71b2bdd755b9f308ae52eac334c (diff)
downloadfbida-c183d2c562148a5418849d3222a2c940f3f1102a.tar.gz
blend cmd line option
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)