[MPlayer-cvslog] r33737 - trunk/libvo/x11_common.c

ib subversion at mplayerhq.hu
Mon Jun 27 12:35:25 CEST 2011


Author: ib
Date: Mon Jun 27 12:35:25 2011
New Revision: 33737

Log:
Replace numeric constant by symbolic constant in guiGetEvent() call.

Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Mon Jun 27 12:29:34 2011	(r33736)
+++ trunk/libvo/x11_common.c	Mon Jun 27 12:35:25 2011	(r33737)
@@ -821,7 +821,7 @@ int vo_x11_check_events(Display * mydisp
 #ifdef CONFIG_GUI
         if (use_gui)
         {
-            guiGetEvent(0, &Event);
+            guiGetEvent(guiXEvent, &Event);
             if (vo_window != Event.xany.window)
                 continue;
         }


More information about the MPlayer-cvslog mailing list