From 4579c5c23569a3c9125dff528d9a8f9508715c32 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 11 Jul 2007 14:49:44 +0000 Subject: [PATCH] Fixed compiling the x11 driver --- src/video/x11/SDL_x11video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/x11/SDL_x11video.h b/src/video/x11/SDL_x11video.h index 90a5e9592..1315d5b20 100644 --- a/src/video/x11/SDL_x11video.h +++ b/src/video/x11/SDL_x11video.h @@ -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"