Mercurial > sdl-ios-xcode
changeset 2171:4bd2dc41fc15
Fixed compiling the x11 driver
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 11 Jul 2007 14:49:44 +0000 |
parents | 243bc7ae5a21 |
children | bef26cfc8f79 |
files | src/video/x11/SDL_x11video.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h Wed Jul 11 14:44:28 2007 +0000 +++ b/src/video/x11/SDL_x11video.h Wed Jul 11 14:49:44 2007 +0000 @@ -49,7 +49,7 @@ #include "SDL_x11dyn.h" #include "SDL_x11events.h" -//#include "SDL_x11gamma.h" +#include "SDL_x11gamma.h" #include "SDL_x11keyboard.h" #include "SDL_x11modes.h" #include "SDL_x11mouse.h"