Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 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 | caf0328c8058 |
children | c9b51268668f |
comparison
equal
deleted
inserted
replaced
1305:babc963b6f8d | 1306:0c105755b110 |
---|---|
31 #include <X11/Xlib.h> | 31 #include <X11/Xlib.h> |
32 #include <X11/Xutil.h> | 32 #include <X11/Xutil.h> |
33 #include <X11/Xatom.h> | 33 #include <X11/Xatom.h> |
34 | 34 |
35 #ifdef XFREE86_DGAMOUSE | 35 #ifdef XFREE86_DGAMOUSE |
36 #include <XFree86/extensions/xf86dga.h> | 36 #include <Xext/extensions/xf86dga.h> |
37 #endif | 37 #endif |
38 #ifdef XFREE86_VM | 38 #ifdef XFREE86_VM |
39 #include <XFree86/extensions/xf86vmode.h> | 39 #include <Xext/extensions/xf86vmode.h> |
40 #endif | 40 #endif |
41 #ifdef HAVE_XIGXME | 41 #ifdef HAVE_XIGXME |
42 #include <XFree86/extensions/xme.h> | 42 #include <Xext/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" |