From 474a6402e7986a4441158ebffb1443eafab122b8 Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 13 Sep 2004 22:04:24 +0000 Subject: [PATCH] focus timeout was not set right --- src/menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/menu.c b/src/menu.c index 55fb20c..de122fc 100644 --- a/src/menu.c +++ b/src/menu.c @@ -1,4 +1,4 @@ -/* $Id: menu.c,v 1.48 2004/09/12 22:12:01 stpohle Exp $ +/* $Id: menu.c,v 1.49 2004/09/13 22:04:24 stpohle Exp $ * Menuhandling */ #include "basic.h" @@ -44,6 +44,7 @@ menu_new (char *title, int x, int y) menu->oldscreen = gfx_copyscreen (&menu->oldscreenpos); menu->focus = NULL; menu->looprunning = 0; + menu->focusto = MENU_FOCUSVIS_BLINKTO; menu->oldkey = 1;