From c222323a5efa54ebe5e0b33b2b2f4a533f956840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Sat, 12 May 2012 18:17:55 +0200 Subject: [PATCH] Borderless splash window. --- SDLLaunch/Src/SDLLaunch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDLLaunch/Src/SDLLaunch.cpp b/SDLLaunch/Src/SDLLaunch.cpp index 0b32a86..35f6737 100644 --- a/SDLLaunch/Src/SDLLaunch.cpp +++ b/SDLLaunch/Src/SDLLaunch.cpp @@ -78,7 +78,7 @@ static void OpenSplash() "Unreal Tournament", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, SplashSurface->w, SplashSurface->h, - SDL_WINDOW_SHOWN + SDL_WINDOW_SHOWN | SDL_WINDOW_BORDERLESS ); if( SplashWindow == NULL ) goto splash_fail;