aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/sdl-libx11-1.6.patch
blob: 73ba9ac071e70f400785cc32301d2313769fa6a4 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Update _XData32 declaration in SDL_x11sym.h to match that of libx11 1.6.

--- SDL-1.2.15/src/video/x11/SDL_x11sym.h.~1~	2012-01-19 01:30:06.000000000 -0500
+++ SDL-1.2.15/src/video/x11/SDL_x11sym.h	2014-12-26 00:22:36.445067694 -0500
@@ -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
 
Ludovic Courtès 2022-04-10services: shepherd: Do not unload transient services....Ludovic Courtès 2022-04-07services: shepherd: Default to version 0.9....Ludovic Courtès 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice 2021-03-03services: shepherd: Make 'assert-valid-graph' public....Andrew Tropin 2021-02-25services: shepherd: Make /run/booted-system a symlink to the store item....Ludovic Courtès 2021-01-30services: shepherd: Allow custom 'shepherd' package....Maxime Devos 2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès 2020-11-18services: shepherd: Map all the invalid store characters to dash....Ludovic Courtès 2020-06-14services: Add 'hurd-vm service-type'....Jan (janneke) Nieuwenhuizen 2020-05-16services: shepherd: Silence Guile warnings....Ludovic Courtès 2020-05-08Merge branch 'core-updates'Marius Bakke 2020-05-08services: Add descriptions....Ludovic Courtès 2020-04-25services: shepherd: Cross-compilation fix....Jan (janneke) Nieuwenhuizen 2020-04-21gnu: shepherd: Update to 0.8.0....Ludovic Courtès 2020-04-17services: Move 'user-processes' to (gnu services shepherd)....Ludovic Courtès 2020-04-15services: shepherd: Increase the PID file timeout to 30s....Ludovic Courtès 2020-03-29services: shepherd: Mark '.go' derivations as non-substitutable....Ludovic Courtès 2020-02-16services: shepherd: Spawn services with nothing but the PATH variable....Ludovic Courtès