[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.26,1.27
Zoltan Ponekker
pontscho at mplayer.dev.hu
Thu Sep 6 15:59:24 CEST 2001
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv4054
Modified Files:
play.c
Log Message:
upsz ... timer disabling fix, sorry
Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- play.c 6 Sep 2001 09:36:48 -0000 1.26
+++ play.c 6 Sep 2001 13:59:05 -0000 1.27
@@ -202,7 +202,6 @@
void EventHandling( void )
{
- wsHandleEvents();
- //mplTimerHandler(0); // handle GUI timer events
+ wsHandleEvents();mplTimerHandler(0); // handle GUI timer events
if ( mplShMem->SkinChange ) ChangeSkin();
}
More information about the MPlayer-cvslog
mailing list