Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11dyn.h @ 1244:a388f2b59044
More dynamic X11 work.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 13 Jan 2006 01:08:39 +0000 |
parents | f60f6f4ffc6f |
children | d2c6881935be |
comparison
equal
deleted
inserted
replaced
1243:08c730212ca2 | 1244:a388f2b59044 |
---|---|
70 #define _XFlush p_XFlush | 70 #define _XFlush p_XFlush |
71 #define _XFlushGCCache p_XFlushGCCache | 71 #define _XFlushGCCache p_XFlushGCCache |
72 #define _XReply p_XReply | 72 #define _XReply p_XReply |
73 #define _XSend p_XSend | 73 #define _XSend p_XSend |
74 #define _XData32 p_XData32 | 74 #define _XData32 p_XData32 |
75 #define XFree pXFree | |
75 #endif | 76 #endif |
76 | 77 |
77 int SDL_X11_LoadSymbols(void); | 78 int SDL_X11_LoadSymbols(void); |
78 void SDL_X11_UnloadSymbols(void); | 79 void SDL_X11_UnloadSymbols(void); |
79 | 80 |