24d066
libX11-1.5.99.901 has changed prototype of _XData32
24d066
24d066
<http://bugzilla.libsdl.org/show_bug.cgi?id=1769>
24d066
24d066
diff -r b6b2829cd7ef src/video/x11/SDL_x11sym.h
24d066
--- a/src/video/x11/SDL_x11sym.h	Wed Feb 27 15:20:31 2013 -0800
24d066
+++ b/src/video/x11/SDL_x11sym.h	Wed Mar 27 16:07:23 2013 +0100
24d066
@@ -165,7 +165,7 @@
24d066
  */
24d066
 #ifdef LONG64
24d066
 SDL_X11_MODULE(IO_32BIT)
24d066
-SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return)
24d066
+SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len),(dpy,data,len),return)
24d066
 SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),)
24d066
 #endif
24d066