From db3540de5a00025fce89a03c3d81d64914ca8505 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 17 Jul 2010 21:27:53 +0200 Subject: [PATCH] Decreased default min-duration --- osdd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osdd.c b/osdd.c index f5cd44f..187b442 100644 --- a/osdd.c +++ b/osdd.c @@ -28,7 +28,7 @@ static char *font_name = "-bitstream-bitstream vera sans-bold-r-normal-*-*-320-* static char *default_color = "green"; static char *default_outline_color = "black"; static int default_duration = 1000; -static int default_min_duration = 1000; +static int default_min_duration = 250; static int debug_mode; static const char short_opts[] = "c:d:Df:l:m:o:"; -- 2.39.2