Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32opengl.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 | 83946ee0ff1f |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32opengl.h Thu Jul 27 06:53:23 2006 +0000 +++ b/src/video/win32/SDL_win32opengl.h Fri Jul 28 08:43:17 2006 +0000 @@ -24,7 +24,7 @@ #ifndef _SDL_win32opengl_h #define _SDL_win32opengl_h -#if SDL_VIDEO_OPENGL +#if SDL_VIDEO_OPENGL_WGL struct SDL_GLDriverData { @@ -120,7 +120,7 @@ #define WGL_SAMPLES_ARB 0x2042 #endif -#endif /* SDL_VIDEO_OPENGL */ +#endif /* SDL_VIDEO_OPENGL_WGL */ #endif /* _SDL_win32opengl_h */