aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.c
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.c
parent3e07a22545ccf71b2bdd755b9f308ae52eac334c (diff)
downloadfbida-c183d2c562148a5418849d3222a2c940f3f1102a.tar.gz
blend cmd line option
Diffstat (limited to 'fbiconfig.c')
-rw-r--r--fbiconfig.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fbiconfig.c b/fbiconfig.c
index b219d2c..fb41f08 100644
--- a/fbiconfig.c
+++ b/fbiconfig.c
@@ -117,6 +117,11 @@ struct cfg_cmdline fbi_cfg[] = {
.needsarg = 1,
.desc = "image cache size in megabytes",
},{
+ .cmdline = "blend",
+ .option = { O_BLEND_MSECS },
+ .needsarg = 1,
+ .desc = "image blend time in miliseconds",
+ },{
.letter = 'T',
.cmdline = "vt",
.option = { O_VT },