# HG changeset patch # User Sam Lantinga # Date 1184165384 0 # Node ID 4bd2dc41fc152a74de6ce4ac0d5fddeb3f781a8b # Parent 243bc7ae5a21f45cd2200d2bffe39000db62c4e7 Fixed compiling the x11 driver diff -r 243bc7ae5a21 -r 4bd2dc41fc15 src/video/x11/SDL_x11video.h --- 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"