comparison libvo/vo_sdl.c @ 973:c08282a937d3

Changed to only uninit SDL Video Subsystem.
author atmosfear
date Sun, 03 Jun 2001 21:02:46 +0000
parents 162a78d3cc08
children b36fb1ae4b53
comparison
equal deleted inserted replaced
972:b49f89b3ab2e 973:c08282a937d3
447 SDL_FreeSurface(priv->surface); 447 SDL_FreeSurface(priv->surface);
448 448
449 /* DONT attempt to free the fullscreen modes array. SDL_Quit* does this for us */ 449 /* DONT attempt to free the fullscreen modes array. SDL_Quit* does this for us */
450 450
451 /* Cleanup SDL */ 451 /* Cleanup SDL */
452 SDL_Quit(); 452 //SDL_Quit();
453 //SDL_QuitSubSystem(SDL_INIT_VIDEO); 453 SDL_QuitSubSystem(SDL_INIT_VIDEO);
454 /* might have to be changed to quitsubsystem only, if plugins become 454 /* might have to be changed to quitsubsystem only, if plugins become
455 * changeable on the fly */ 455 * changeable on the fly */
456 456
457 if(verbose > 2) printf("SDL: Closed Plugin\n"); 457 if(verbose > 2) printf("SDL: Closed Plugin\n");
458 458