Mercurial > sdl-ios-xcode
comparison include/SDL_opengl.h @ 242:4bcb29d3769c
Added support for Xi Graphics XME fullscreen extension
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 22 Nov 2001 04:55:38 +0000 |
parents | 0e5d6dd77bda |
children | b8688cfdc232 |
comparison
equal
deleted
inserted
replaced
241:b6084de9431a | 242:4bcb29d3769c |
---|---|
48 /* This file taken from "GLext.h" from the Jeff Molofee OpenGL tutorials. | 48 /* This file taken from "GLext.h" from the Jeff Molofee OpenGL tutorials. |
49 It is included here because glext.h is not available on some systems. | 49 It is included here because glext.h is not available on some systems. |
50 If you don't want this version included, simply define "NO_SDL_GLEXT" | 50 If you don't want this version included, simply define "NO_SDL_GLEXT" |
51 */ | 51 */ |
52 #ifndef NO_SDL_GLEXT | 52 #ifndef NO_SDL_GLEXT |
53 #ifndef __glext_h_ | 53 #if !defined(__glext_h_) && !defined(GL_GLEXT_LEGACY) |
54 #define __glext_h_ | 54 #define __glext_h_ |
55 | 55 |
56 #ifdef __cplusplus | 56 #ifdef __cplusplus |
57 extern "C" { | 57 extern "C" { |
58 #endif | 58 #endif |