diff --git a/gfx/context/wgl_ctx.c b/gfx/context/wgl_ctx.c index 29d35343ce..febb40084a 100644 --- a/gfx/context/wgl_ctx.c +++ b/gfx/context/wgl_ctx.c @@ -261,8 +261,11 @@ static bool gfx_ctx_set_video_mode( if (!g_hwnd) goto error; + gfx_ctx_update_window_title(true); + if (!fullscreen) { + ShowCursor(FALSE); ShowWindow(g_hwnd, SW_RESTORE); UpdateWindow(g_hwnd); SetForegroundWindow(g_hwnd);