summaryrefslogtreecommitdiff
path: root/libre-multilib/lib32-sdl/sdl_x11sym.patch
blob: 9aaa2353b4a84fa63714eaf63d7f19e29504a8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/video/x11/SDL_x11sym.h-orig	2013-07-16 23:56:46.718523385 -0600
+++ src/video/x11/SDL_x11sym.h	2013-07-16 23:58:27.025186485 -0600
@@ -165,7 +165,8 @@
  */
 #ifdef LONG64
 SDL_X11_MODULE(IO_32BIT)
-SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return)
+
+SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len),(dpy,data,len),return)
 SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),)
 #endif