# HG changeset patch # User atmosfear # Date 991602166 0 # Node ID c08282a937d34b8b5ec44bb83628be713281a2c5 # Parent b49f89b3ab2ee994efdec549ada67c4d7b266567 Changed to only uninit SDL Video Subsystem. diff -r b49f89b3ab2e -r c08282a937d3 libvo/vo_sdl.c --- a/libvo/vo_sdl.c Sun Jun 03 20:54:46 2001 +0000 +++ b/libvo/vo_sdl.c Sun Jun 03 21:02:46 2001 +0000 @@ -449,8 +449,8 @@ /* DONT attempt to free the fullscreen modes array. SDL_Quit* does this for us */ /* Cleanup SDL */ - SDL_Quit(); - //SDL_QuitSubSystem(SDL_INIT_VIDEO); + //SDL_Quit(); + SDL_QuitSubSystem(SDL_INIT_VIDEO); /* might have to be changed to quitsubsystem only, if plugins become * changeable on the fly */