diff --git a/gfx/context/wgl_ctx.c b/gfx/context/wgl_ctx.c index 8486ce3267..1341abf537 100644 --- a/gfx/context/wgl_ctx.c +++ b/gfx/context/wgl_ctx.c @@ -27,7 +27,7 @@ static HWND g_hwnd; static HGLRC g_hrc; static HDC g_hdc; -static HMONITOR g_last_hm = 0; +static HMONITOR g_last_hm; static bool g_quit; static bool g_inited;