1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Do not move the window when switching with fullscreen mode

This commit is contained in:
Mathieu Schroeter 2018-05-29 17:42:05 +02:00
parent 8c2bcf6244
commit 96cbf54167

View File

@ -1669,8 +1669,6 @@ CEvent::SetFullScreen (bool bFullScreen)
SDL_SetWindowFullscreen (g_window, bFullScreen ? SDL_WINDOW_FULLSCREEN : 0);
SDL_SetWindowBordered (g_window, bFullScreen ? SDL_FALSE : SDL_TRUE);
SDL_SetWindowGrab (g_window, bFullScreen ? SDL_TRUE : SDL_FALSE);
SDL_SetWindowPosition (
g_window, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED);
m_pPixmap->LoadCursors (g_zoom);
m_pPixmap->ReloadTargetTextures ();