From 0cd4d44bd3836622d33c8c13740b250d1bd38f28 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 31 Jan 2006 15:13:12 +0000 Subject: [PATCH] Expose GL_COORD_REPLACE --- simgear/screen/extensions.hxx | 1 + 1 file changed, 1 insertion(+) 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 /* -- 2.39.5