Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 4605:0b3a509c53a0
Respect environment variables.
author | Sunny Sachanandani <sunnysachanandani@gmail.com> |
---|---|
date | Mon, 19 Jul 2010 21:02:49 +0530 |
parents | cfea5b007bc7 |
children | 844b5ef4b149 |
comparison
equal
deleted
inserted
replaced
4604:d7535d7a40ea | 4605:0b3a509c53a0 |
---|---|
46 #include <X11/extensions/scrnsaver.h> | 46 #include <X11/extensions/scrnsaver.h> |
47 #endif | 47 #endif |
48 #if SDL_VIDEO_DRIVER_X11_XRENDER | 48 #if SDL_VIDEO_DRIVER_X11_XRENDER |
49 #include <X11/extensions/Xrender.h> | 49 #include <X11/extensions/Xrender.h> |
50 #endif | 50 #endif |
51 #if SDL_VIDEO_DRIVER_X11_XDAMAGE | |
52 #include <X11/extensions/Xdamage.h> | |
53 #endif | |
54 #if SDL_VIDEO_DRIVER_X11_XFIXES | |
55 #include <X11/extensions/Xfixes.h> | |
56 #endif | |
51 #include "SDL_x11dyn.h" | 57 #include "SDL_x11dyn.h" |
52 | 58 |
53 #include "SDL_x11events.h" | 59 #include "SDL_x11events.h" |
54 #include "SDL_x11gamma.h" | 60 #include "SDL_x11gamma.h" |
55 #include "SDL_x11keyboard.h" | 61 #include "SDL_x11keyboard.h" |