comparison Gui/win32/gui.c @ 22407:458b7f1386f3

supposed to be using global m_config here, and this wasn't even getting set.
author vayne
date Sat, 03 Mar 2007 19:38:09 +0000
parents 9f5657a1dbf7
children 1c5ea79749ea
comparison
equal deleted inserted replaced
22406:9977fe541c4d 22407:458b7f1386f3
60 60
61 DWORD oldtime; 61 DWORD oldtime;
62 NOTIFYICONDATA nid; 62 NOTIFYICONDATA nid;
63 int console_state = 0; 63 int console_state = 0;
64 play_tree_t *playtree = NULL; 64 play_tree_t *playtree = NULL;
65 m_config_t* mconfig = NULL;
66 65
67 static HBRUSH colorbrush = NULL; //Handle to colorkey brush 66 static HBRUSH colorbrush = NULL; //Handle to colorkey brush
68 static COLORREF windowcolor = RGB(255,0,255); //Windowcolor == colorkey 67 static COLORREF windowcolor = RGB(255,0,255); //Windowcolor == colorkey
69 68
70 void console_toggle(void) 69 void console_toggle(void)