Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1305:babc963b6f8d | 1306:0c105755b110 |
---|---|
38 #include "SDL_x11wm_c.h" | 38 #include "SDL_x11wm_c.h" |
39 #include "SDL_x11modes_c.h" | 39 #include "SDL_x11modes_c.h" |
40 #include "SDL_x11image_c.h" | 40 #include "SDL_x11image_c.h" |
41 | 41 |
42 #ifdef HAVE_XINERAMA | 42 #ifdef HAVE_XINERAMA |
43 #include <XFree86/extensions/Xinerama.h> | 43 #include <Xext/extensions/Xinerama.h> |
44 #endif | 44 #endif |
45 | 45 |
46 #define MAX(a, b) (a > b ? a : b) | 46 #define MAX(a, b) (a > b ? a : b) |
47 | 47 |
48 #ifdef XFREE86_VM | 48 #ifdef XFREE86_VM |