|
|
@ -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 */
|
|
|
|
* Menuhandling */
|
|
|
|
|
|
|
|
|
|
|
|
#include "basic.h"
|
|
|
|
#include "basic.h"
|
|
|
@ -44,6 +44,7 @@ menu_new (char *title, int x, int y)
|
|
|
|
menu->oldscreen = gfx_copyscreen (&menu->oldscreenpos);
|
|
|
|
menu->oldscreen = gfx_copyscreen (&menu->oldscreenpos);
|
|
|
|
menu->focus = NULL;
|
|
|
|
menu->focus = NULL;
|
|
|
|
menu->looprunning = 0;
|
|
|
|
menu->looprunning = 0;
|
|
|
|
|
|
|
|
menu->focusto = MENU_FOCUSVIS_BLINKTO;
|
|
|
|
|
|
|
|
|
|
|
|
menu->oldkey = 1;
|
|
|
|
menu->oldkey = 1;
|
|
|
|
|
|
|
|
|
|
|
|