summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c
index 893aa2d3fd..27a7a87150 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -449,8 +449,8 @@ static int sdl_close (void)
/* 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 */