Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.h @ 5248:3a8a452b49f0
Removed gamma support since it wasn't widely used and not well supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Feb 2011 11:39:08 -0800 |
parents | 572a73d71b5f |
children | b530ef003506 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h Thu Feb 10 10:37:35 2011 -0800 +++ b/src/video/x11/SDL_x11video.h Thu Feb 10 11:39:08 2011 -0800 @@ -55,7 +55,6 @@ #include "SDL_x11clipboard.h" #include "SDL_x11events.h" -#include "SDL_x11gamma.h" #include "SDL_x11keyboard.h" #include "SDL_x11modes.h" #include "SDL_x11mouse.h" @@ -93,8 +92,6 @@ SDL_bool selection_waiting; } SDL_VideoData; -extern SDL_bool X11_UseDirectColorVisuals(void); - #endif /* _SDL_x11video_h */ /* vi: set ts=4 sw=4 expandtab: */