From: ehofman Date: Tue, 31 Jan 2006 15:13:12 +0000 (+0000) Subject: Expose GL_COORD_REPLACE X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0cd4d44bd3836622d33c8c13740b250d1bd38f28;p=simgear.git Expose GL_COORD_REPLACE --- diff --git a/simgear/screen/extensions.hxx b/simgear/screen/extensions.hxx index 96439ad0..13f6faab 100644 --- a/simgear/screen/extensions.hxx +++ b/simgear/screen/extensions.hxx @@ -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 /*