diff --git a/src/event.cxx b/src/event.cxx index 28f7719..5201f93 100644 --- a/src/event.cxx +++ b/src/event.cxx @@ -1691,9 +1691,7 @@ CEvent::SetFullScreen (bool bFullScreen) } SDL_SetWindowFullscreen (g_window, bFullScreen ? SDL_WINDOW_FULLSCREEN : 0); -#ifndef _WIN32 SDL_SetWindowBordered (g_window, bFullScreen ? SDL_FALSE : SDL_TRUE); -#endif /* _WIN32 */ SDL_SetWindowGrab (g_window, bFullScreen ? SDL_TRUE : SDL_FALSE); if (!g_bFullScreen)