]> git.mxchange.org Git - simgear.git/commitdiff
Expose GL_COORD_REPLACE
authorehofman <ehofman>
Tue, 31 Jan 2006 15:13:12 +0000 (15:13 +0000)
committerehofman <ehofman>
Tue, 31 Jan 2006 15:13:12 +0000 (15:13 +0000)
simgear/screen/extensions.hxx

index 96439ad04f7e5966bf9621b342b847eae188a3d9..13f6faabbe7e3747089a0a8376e503278fded785 100644 (file)
@@ -586,6 +586,7 @@ typedef void (*glXQueryDrawableProc) (Display *, GLXDrawable, int, unsigned int
 
 #ifndef GL_VERSION_2_0
 #define GL_POINT_SPRITE                   0x8861
+#define GL_COORD_REPLACE                  0x8862
 #endif
 
 /*