diff libvo/x11_common.c @ 33648:9bb5d229a60b

Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
author ib
date Mon, 27 Jun 2011 10:29:34 +0000
parents 8966911e5233
children 0f08a24d8109
line wrap: on
line diff
--- a/libvo/x11_common.c	Mon Jun 27 10:04:05 2011 +0000
+++ b/libvo/x11_common.c	Mon Jun 27 10:29:34 2011 +0000
@@ -821,7 +821,7 @@
 #ifdef CONFIG_GUI
         if (use_gui)
         {
-            guiGetEvent(0, (char *) &Event);
+            guiGetEvent(0, &Event);
             if (vo_window != Event.xany.window)
                 continue;
         }