[Mplayer-cvslog] CVS: main mplayer.c,1.248,1.249

Arpi of Ize arpi at mplayer.dev.hu
Tue Aug 28 23:47:23 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv1538

Modified Files:
	mplayer.c 
Log Message:
getch2 vs. gui fixed

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- mplayer.c	28 Aug 2001 21:35:04 -0000	1.248
+++ mplayer.c	28 Aug 2001 21:47:20 -0000	1.249
@@ -280,12 +280,7 @@
  total_time_usage_start=GetTimer()-total_time_usage_start;
 
   // restore terminal:
-#ifdef HAVE_NEW_GUI
-   if ( !use_gui ) getch2_disable();
-#else
    getch2_disable();
-#endif
-     
 
 #ifdef USE_LIBVO2
   if(video_out) vo2_close(video_out);
@@ -1808,11 +1803,7 @@
     // partial uninit:
 
   // restore terminal:
-#ifdef HAVE_NEW_GUI
-   if ( !use_gui ) getch2_disable();
-#else
    getch2_disable();
-#endif
 
   current_module="uninit_vo";
 




More information about the MPlayer-cvslog mailing list