summarylogtreecommitdiffstats
path: root/SDL-1.2.15-const_XData32.patch
diff options
context:
space:
mode:
authorAndrew Sun2018-07-30 14:50:33 -0400
committerAndrew Sun2018-07-30 14:50:33 -0400
commit581c3644ce39b3a03f267cb930d6bc177a3b59c6 (patch)
treec23b23d3deb703c02c40e453dcce8821ba69df1c /SDL-1.2.15-const_XData32.patch
parente7bfdf687bf1ed80aa72270c949aa5bf9fc4aea5 (diff)
downloadaur-581c3644ce39b3a03f267cb930d6bc177a3b59c6.tar.gz
mingw-w64-sdl: update url and add patches from regular sdl
Diffstat (limited to 'SDL-1.2.15-const_XData32.patch')
-rw-r--r--SDL-1.2.15-const_XData32.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/SDL-1.2.15-const_XData32.patch b/SDL-1.2.15-const_XData32.patch
new file mode 100644
index 000000000000..0f1c07cfb113
--- /dev/null
+++ b/SDL-1.2.15-const_XData32.patch
@@ -0,0 +1,16 @@
+libX11-1.5.99.901 has changed prototype of _XData32
+
+<http://bugzilla.libsdl.org/show_bug.cgi?id=1769>
+
+diff -r b6b2829cd7ef src/video/x11/SDL_x11sym.h
+--- a/src/video/x11/SDL_x11sym.h Wed Feb 27 15:20:31 2013 -0800
++++ b/src/video/x11/SDL_x11sym.h Wed Mar 27 16:07:23 2013 +0100
+@@ -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
+