summaryrefslogtreecommitdiff
path: root/devel/sdl12/files/patch-src_video_x11_SDL_x11sym.h
blob: b20e07122d393ce1c0b3f419ac24e57d7bd2af9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/video/x11/SDL_x11sym.h.orig	2013-06-05 11:06:34.000000000 +0200
+++ src/video/x11/SDL_x11sym.h	2013-06-05 11:08:02.000000000 +0200
@@ -165,7 +165,7 @@
  */
 #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