]> git.xonotic.org Git - xonotic/darkplaces.git/commit
refactored the SDL_WM_SetCaption and SDL_WM_SetIcon logic into a single
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 29 Apr 2011 08:06:37 +0000 (08:06 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 29 Apr 2011 22:23:01 +0000 (00:23 +0200)
commit034af0653d9ceb1cf89b19fd4cc2332c0591968a
tree22d020254d8c0194719c75e4802a49700b6cb04b
parent062b3799533054c219d9d88d6dc6a48ecdbe4014
refactored the SDL_WM_SetCaption and SDL_WM_SetIcon logic into a single
wrapper function for each platform (VID_WrapSDL_SetVideoMode), moved
caption setting before SDL_SetVideoMode to prevent the "SDL_app" title

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11081 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=aae5719546ec6e20a213dc1c7b76766a30aeb80e
vid_sdl.c