# HG changeset patch # User ib # Date 1309170925 0 # Node ID 0f08a24d81098bba00302db9599c74a9c4ef5df3 # Parent 9bb5d229a60b4541c8e67bdbc2110e5417ad73c4 Replace numeric constant by symbolic constant in guiGetEvent() call. diff -r 9bb5d229a60b -r 0f08a24d8109 libvo/x11_common.c --- 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; }