diff mplayer.c @ 6016:be9cd7d845c2

-zoom, -fs with x[11|mga|v] fix -- round two
author pontscho
date Wed, 08 May 2002 20:24:35 +0000
parents 04fe086ae486
children bd016664dc18
line wrap: on
line diff
--- a/mplayer.c	Wed May 08 19:21:36 2002 +0000
+++ b/mplayer.c	Wed May 08 20:24:35 2002 +0000
@@ -355,6 +355,9 @@
 
   uninit_player(INITED_ALL);
 #ifdef X11_FULLSCREEN
+#ifdef HAVE_NEW_GUI
+  if ( !use_gui )
+#endif
   vo_uninit();	// close the X11 connection (if any opened)
 #endif