CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
talloc: initial import
[ports/opt-arm64.git] / libsdl / libsdl-1.2.x-libx11.patch
CommitLineData
803438a4
VM
1--- a/src/video/x11/SDL_x11sym.h Wed Feb 27 15:20:31 2013 -0800
2+++ a/src/video/x11/SDL_x11sym.h Wed Mar 27 16:07:23 2013 +0100
3@@ -165,7 +165,7 @@
4 */
5 #ifdef LONG64
6 SDL_X11_MODULE(IO_32BIT)
7-SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return)
8+SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len),(dpy,data,len),return)
9 SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),)
10 #endif
11