diff src/video/x11/SDL_x11sym.h @ 1226:d05306f0dc21

More dynamic X11 fixes...catches some code in Xlib headers that caused dependencies...
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Jan 2006 22:57:50 +0000
parents 9867f3d86e44
children f60f6f4ffc6f
line wrap: on
line diff
--- a/src/video/x11/SDL_x11sym.h	Wed Jan 04 21:01:49 2006 +0000
+++ b/src/video/x11/SDL_x11sym.h	Wed Jan 04 22:57:50 2006 +0000
@@ -130,6 +130,8 @@
 SDL_X11_SYM(void,_XSend,(Display*,_Xconst char*,long))
 SDL_X11_SYM(Status,_XReply,(Display*,xReply*,int,Bool))
 SDL_X11_SYM(unsigned long,_XSetLastRequestRead,(Display*,xGenericReply*))
+SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len))
+SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len))
 
 #if NeedWidePrototypes
 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display*,unsigned int,int))