]> 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)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 29 Apr 2011 08:06:37 +0000 (08:06 +0000)
commitaae5719546ec6e20a213dc1c7b76766a30aeb80e
tree22d020254d8c0194719c75e4802a49700b6cb04b
parent2a1d277f6bacb49629d9ab203698c9973930766c
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
vid_sdl.c