]> git.mxchange.org Git - simgear.git/commitdiff
Fix a problem for systems with older headers
authorehofman <ehofman>
Fri, 12 Sep 2003 21:24:52 +0000 (21:24 +0000)
committerehofman <ehofman>
Fri, 12 Sep 2003 21:24:52 +0000 (21:24 +0000)
simgear/screen/extensions.hxx

index 8fd83c6edf604eb3a04b5b2fe2637994f2699b34..c6d6480a5b5b1ff72f47238ee6758e8d27a97ef7 100644 (file)
@@ -139,6 +139,16 @@ typedef void (APIENTRY * glPointParameterfvProc)(GLenum pname, const GLfloat *pa
 
 typedef void (APIENTRY * glActiveTextureProc)(GLenum texture);
 
+/*
+ * GL_EXT_separate_specular_color
+ */
+
+#ifndef GL_LIGHT_MODEL_COLOR_CONTROL
+#define GL_LIGHT_MODEL_COLOR_CONTROL                            0x81F8
+#define GL_SINGLE_COLOR                                         0x81F9
+#define GL_SEPARATE_SPECULAR_COLOR                              0x81FA
+#endif
+
 #if defined(__cplusplus)
 }
 #endif