summaryrefslogtreecommitdiff
path: root/libre/sdl/sdl_x11sym.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-28 21:30:21 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-28 21:30:21 -0300
commit149a85dff3e7fd908c2935a6ba8784e848d53110 (patch)
tree663e7c4560c0acfb639100af5d0403bcab157f7e /libre/sdl/sdl_x11sym.patch
parent680eb08892d1e6f49e7f5dad41908075fd943156 (diff)
sdl-1.2.15-7.parabola1: import most of Fedora's patches (FS#39227 -> https://bugs.archlinux.org/task/39227)
Diffstat (limited to 'libre/sdl/sdl_x11sym.patch')
-rw-r--r--libre/sdl/sdl_x11sym.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/sdl/sdl_x11sym.patch b/libre/sdl/sdl_x11sym.patch
deleted file mode 100644
index 9aaa2353b..000000000
--- a/libre/sdl/sdl_x11sym.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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
-