make g_hWndMain local to GraphicsWindow

This commit is contained in:
Glenn Maynard
2005-02-07 09:16:48 +00:00
parent 7ccda6012d
commit 1ffe2f4b89
@@ -13,6 +13,7 @@
static const CString g_sClassName = CString(PRODUCT_NAME) + " LowLevelWindow_Win32";
static HWND g_hWndMain;
static HDC g_HDC;
static RageDisplay::VideoModeParams g_CurrentParams;
static bool g_bResolutionChanged = false;