summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2019-04-29 11:01:14 +0200
committerWim Taymans <wtaymans@redhat.com>2019-04-29 11:01:14 +0200
commit2c01206c1cc768f8b792d04791783eb55b2b33ca (patch)
tree47b8254684e571a53ea64a399250f0411eb20016
parent843929a0af7351638e9a72958d1211fdf5b6bea1 (diff)
libX11-1.5.99.901 has changed prototype of _XData32
<http://bugzilla.libsdl.org/show_bug.cgi?id=1769>
-rw-r--r--src/video/x11/SDL_x11sym.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/x11/SDL_x11sym.h b/src/video/x11/SDL_x11sym.h
index 4875b989c9..cc58bd4353 100644
--- a/src/video/x11/SDL_x11sym.h
+++ b/src/video/x11/SDL_x11sym.h
@@ -165,7 +165,7 @@ SDL_X11_SYM(Bool,XShmQueryExtension,(Display* a),(a),return)
*/
#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