changeset 33649:0f08a24d8109

Replace numeric constant by symbolic constant in guiGetEvent() call.
author ib
date Mon, 27 Jun 2011 10:35:25 +0000
parents 9bb5d229a60b
children 4af19d03b4e8
files libvo/x11_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Mon Jun 27 10:29:34 2011 +0000
+++ b/libvo/x11_common.c	Mon Jun 27 10:35:25 2011 +0000
@@ -821,7 +821,7 @@
 #ifdef CONFIG_GUI
         if (use_gui)
         {
-            guiGetEvent(0, &Event);
+            guiGetEvent(guiXEvent, &Event);
             if (vo_window != Event.xany.window)
                 continue;
         }