Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.h @ 1952:420716272158
Implemented X11 OpenGL support.
Added support for the SDL_VIDEO_OPENGL environment variable.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 28 Jul 2006 08:43:17 +0000 |
parents | 7177581dc9fa |
children | 4bd2dc41fc15 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h Thu Jul 27 06:53:23 2006 +0000 +++ b/src/video/x11/SDL_x11video.h Fri Jul 28 08:43:17 2006 +0000 @@ -53,7 +53,7 @@ #include "SDL_x11keyboard.h" #include "SDL_x11modes.h" #include "SDL_x11mouse.h" -//#include "SDL_x11opengl.h" +#include "SDL_x11opengl.h" #include "SDL_x11window.h" /* Private display data */