summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-1.2.x-libx11.patch
blob: 2dca322505669bf58604714d9a0d3e424a460c66 (plain)
    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  

Generated by cgit