diff src/video/x11/SDL_x11video.h @ 2171:4bd2dc41fc15

Fixed compiling the x11 driver
author Sam Lantinga <slouken@libsdl.org>
date Wed, 11 Jul 2007 14:49:44 +0000
parents 420716272158
children dbc6d1893869
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"