[MPlayer-cvslog] r36389 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Thu Aug 1 19:36:21 CEST 2013


Author: ib
Date: Thu Aug  1 19:36:21 2013
New Revision: 36389

Log:
Relocate wsEvents().

Put it behind all other calls, so that all events can be handled
(if already in the event queue).

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Thu Aug  1 19:34:54 2013	(r36388)
+++ trunk/gui/interface.c	Thu Aug  1 19:36:21 2013	(r36389)
@@ -843,9 +843,9 @@ int gui(int what, void *data)
 
             gui(GUI_SET_STATE, (void *)GUI_STOP);
 
-            wsEvents();
             wsWindowRedraw(&guiApp.videoWindow);
             wsMouseVisibility(&guiApp.videoWindow, wsShowMouseCursor);
+            wsEvents();
         }
 
         break;


More information about the MPlayer-cvslog mailing list