summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-02-23 00:47:11 +0000
committerIan Romanick <idr@us.ibm.com>2005-02-23 00:47:11 +0000
commit6614766f3e8f0ff472d328b3c42677117781d1e4 (patch)
tree5ec4a97d7888fe349a401b63acbbc4156d7f07e6 /src/glx
parent57b5e8538e5aab627fd2e0640c9ba5738cfc3a65 (diff)
Corrected the value for X_GLrop_SecondaryColor3svEXT.
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/x11/indirect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/x11/indirect.c b/src/glx/x11/indirect.c
index 5b470a7e04..ea420fcbe4 100644
--- a/src/glx/x11/indirect.c
+++ b/src/glx/x11/indirect.c
@@ -5712,7 +5712,7 @@ __indirect_glSecondaryColor3ivEXT(const GLint * v)
generic_12_byte( X_GLrop_SecondaryColor3ivEXT, v );
}
-#define X_GLrop_SecondaryColor3svEXT 4128
+#define X_GLrop_SecondaryColor3svEXT 4127
void
__indirect_glSecondaryColor3sEXT(GLshort red, GLshort green, GLshort blue)
{
@@ -5726,7 +5726,7 @@ __indirect_glSecondaryColor3sEXT(GLshort red, GLshort green, GLshort blue)
if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
}
-#define X_GLrop_SecondaryColor3svEXT 4128
+#define X_GLrop_SecondaryColor3svEXT 4127
void
__indirect_glSecondaryColor3svEXT(const GLshort * v)
{