diff 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
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h	Tue Jan 10 20:52:35 2006 +0000
+++ b/src/video/x11/SDL_x11video.h	Thu Jan 12 22:46:36 2006 +0000
@@ -39,7 +39,7 @@
 #include <XFree86/extensions/xf86vmode.h>
 #endif
 #ifdef HAVE_XIGXME
-#include <X11/extensions/xme.h>
+#include <XFree86/extensions/xme.h>
 #endif
 
 #include <string.h>