diff src/video/x11/SDL_x11video.h @ 5186:227d81a4b66c

Removed a bunch of X11 support that we no longer need.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 04 Feb 2011 19:18:08 -0800
parents fb424691cfc7
children 572a73d71b5f
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h	Fri Feb 04 18:05:20 2011 -0800
+++ b/src/video/x11/SDL_x11video.h	Fri Feb 04 19:18:08 2011 -0800
@@ -47,15 +47,6 @@
 #if SDL_VIDEO_DRIVER_X11_SCRNSAVER
 #include <X11/extensions/scrnsaver.h>
 #endif
-#if SDL_VIDEO_DRIVER_X11_XRENDER
-#include <X11/extensions/Xrender.h>
-#endif
-#if SDL_VIDEO_DRIVER_X11_XDAMAGE
-#include <X11/extensions/Xdamage.h>
-#endif
-#if SDL_VIDEO_DRIVER_X11_XFIXES
-#include <X11/extensions/Xfixes.h>
-#endif
 #if SDL_VIDEO_DRIVER_X11_XSHAPE
 #include <X11/extensions/shape.h>
 #endif