comparison src/video/x11/SDL_x11video.h @ 1242:caf0328c8058

Add XME hooks to X11 driver instead of relying on libxme...libxme hasn't changed in five years, and it's a small .c file that just calls into the X11 dependencies we already use elsewhere. Including it directly allows us to make use of the dynamic X11 code. Fixes Bugzilla #41. --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 12 Jan 2006 22:46:36 +0000
parents 9867f3d86e44
children 0c105755b110
comparison
equal deleted inserted replaced
1241:4b2146866b82 1242:caf0328c8058
37 #endif 37 #endif
38 #ifdef XFREE86_VM 38 #ifdef XFREE86_VM
39 #include <XFree86/extensions/xf86vmode.h> 39 #include <XFree86/extensions/xf86vmode.h>
40 #endif 40 #endif
41 #ifdef HAVE_XIGXME 41 #ifdef HAVE_XIGXME
42 #include <X11/extensions/xme.h> 42 #include <XFree86/extensions/xme.h>
43 #endif 43 #endif
44 44
45 #include <string.h> 45 #include <string.h>
46 46
47 #include "SDL_mouse.h" 47 #include "SDL_mouse.h"