diff mplayer.c @ 6183:a4bbda72ce86

fix two small bug and add multimedia keyboard support ( i tested with Acer AirKey V only )
author pontscho
date Sat, 25 May 2002 09:46:37 +0000
parents 020bfd8ac9ef
children 7e769ea2acc7
line wrap: on
line diff
--- a/mplayer.c	Sat May 25 08:48:05 2002 +0000
+++ b/mplayer.c	Sat May 25 09:46:37 2002 +0000
@@ -1934,7 +1934,11 @@
         video_out->control(VOCTRL_RESUME, NULL);	// resume video
       (void)GetRelativeTime();	// keep TF around FT in next cycle
 #ifdef HAVE_NEW_GUI
-      if (use_gui) guiGetEvent( guiCEvent,(char *)guiSetPlay );
+      if (use_gui) 
+       {
+        if ( guiIntfStruct.Playing == guiSetStop ) goto goto_next_file;
+        guiGetEvent( guiCEvent,(char *)guiSetPlay );
+       }
 #endif
   }