Skip to content

Commit

Permalink
Borderless splash window.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphan Kochen committed May 12, 2012
1 parent 34c3692 commit c222323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDLLaunch/Src/SDLLaunch.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit c222323

Please sign in to comment.