[MPlayer-cvslog] r22425 - trunk/Gui/win32/gui.c
vayne
subversion at mplayerhq.hu
Sat Mar 3 20:38:09 CET 2007
Author: vayne
Date: Sat Mar 3 20:38:09 2007
New Revision: 22425
Modified:
trunk/Gui/win32/gui.c
Log:
supposed to be using global m_config here, and this wasn't even getting set.
Modified: trunk/Gui/win32/gui.c
==============================================================================
--- trunk/Gui/win32/gui.c (original)
+++ trunk/Gui/win32/gui.c Sat Mar 3 20:38:09 2007
@@ -62,7 +62,6 @@ DWORD oldtime;
NOTIFYICONDATA nid;
int console_state = 0;
play_tree_t *playtree = NULL;
-m_config_t* mconfig = NULL;
static HBRUSH colorbrush = NULL; //Handle to colorkey brush
static COLORREF windowcolor = RGB(255,0,255); //Windowcolor == colorkey
More information about the MPlayer-cvslog
mailing list