From 70e961e007427fa078351e0bab18c1d5b32220d5 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 13 Apr 2013 14:38:08 +0200 Subject: [PATCH] Fixes to Win32 build. --- gfx/context/wgl_ctx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/context/wgl_ctx.c b/gfx/context/wgl_ctx.c index 856538533a..5b0e77e401 100644 --- a/gfx/context/wgl_ctx.c +++ b/gfx/context/wgl_ctx.c @@ -327,8 +327,6 @@ static bool gfx_ctx_set_video_mode( if (!g_hwnd) goto error; - gfx_ctx_update_window_title(true); - if (!fullscreen || windowed_full) { ShowWindow(g_hwnd, SW_RESTORE);