From 25c699c572d5024bcc95ae499a0f4509f1cab78f Mon Sep 17 00:00:00 2001 From: pontscho Date: Fri, 31 Aug 2001 14:16:28 +0000 Subject: async reply fix ? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1803 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 4d665248bd..c27ede2040 100644 --- a/mplayer.c +++ b/mplayer.c @@ -583,7 +583,7 @@ play_next_file: mplShMem->Playing= (gui_no_filename) ? 0 : 1; while(mplShMem->Playing!=1){ usleep(20000); - wsHandleEvents();mplTimerHandler(0); // handle GUI timer events + EventHandling(); } if(gui_no_filename){ filename=mplShMem->Filename; @@ -1291,7 +1291,7 @@ if(1) } #ifdef HAVE_NEW_GUI if(use_gui){ - wsHandleEvents();mplTimerHandler(0); // handle GUI timer events + EventHandling(); } #endif video_out->check_events(); // check events AST @@ -1329,7 +1329,7 @@ if(1) #ifdef HAVE_NEW_GUI if(use_gui){ - wsHandleEvents();mplTimerHandler(0); // handle GUI timer events + EventHandling(); } #endif @@ -1341,7 +1341,7 @@ if(1) usec_sleep(1000000*(time_frame-0.002)); #ifdef HAVE_NEW_GUI if(use_gui){ - wsHandleEvents();mplTimerHandler(0); // handle GUI timer events + EventHandling(); } #endif time_frame-=GetRelativeTime(); @@ -1512,7 +1512,7 @@ if(auto_quality>0){ #endif #ifdef HAVE_NEW_GUI if(use_gui){ - wsHandleEvents();mplTimerHandler(0); // handle GUI timer events + EventHandling(); if(mplShMem->Playing!=2 || (rel_seek_secs || abs_seek_pos)) break; // end of pause or seek } #endif -- cgit v1.2.3