diff mplayer.c @ 6015:04fe086ae486

vo_uninit fixed
author arpi
date Wed, 08 May 2002 19:21:36 +0000
parents 7f6e02a16ac4
children be9cd7d845c2
line wrap: on
line diff
--- a/mplayer.c	Wed May 08 18:00:26 2002 +0000
+++ b/mplayer.c	Wed May 08 19:21:36 2002 +0000
@@ -354,7 +354,9 @@
 void exit_player(char* how){
 
   uninit_player(INITED_ALL);
-  vo_uninit();
+#ifdef X11_FULLSCREEN
+  vo_uninit();	// close the X11 connection (if any opened)
+#endif
 
   current_module="exit_player";