Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11modes.c @ 1306:0c105755b110
Changed references to XFree86 to Xext to match change in directory structure.
Reference Bugzilla #116.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 31 Jan 2006 18:39:32 +0000 |
parents | 09164d2b8373 |
children | c9b51268668f |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11modes.c Tue Jan 31 18:08:33 2006 +0000 +++ b/src/video/x11/SDL_x11modes.c Tue Jan 31 18:39:32 2006 +0000 @@ -40,7 +40,7 @@ #include "SDL_x11image_c.h" #ifdef HAVE_XINERAMA -#include <XFree86/extensions/Xinerama.h> +#include <Xext/extensions/Xinerama.h> #endif #define MAX(a, b) (a > b ? a : b)