summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-20 11:32:22 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-20 11:32:22 -0600
commit42c468a5dea30d1428205d81798eaf3a0c42ef3a (patch)
tree595ecce91b0d779e0760bf76bd36b9e72c0fdcc3 /src/mesa/main/glheader.h
parent8e0f166eb5edb8537af573d8d33a26ffaf8e66c9 (diff)
mesa: initial support for fixed-pt vertex arrays
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index fd4127558a..0f74bc83cc 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -145,6 +145,11 @@
#include "GL/glext.h"
+#ifndef GL_FIXED
+#define GL_FIXED 0x140C
+#endif
+
+
#if !defined(CAPI) && defined(WIN32) && !defined(BUILD_FOR_SNAP)
#define CAPI _cdecl
#endif