summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-03-22 11:55:52 -0400
committerAdam Jackson <ajax@redhat.com>2017-03-22 13:47:06 -0400
commit500b137bbdba1cd8ae943849fef6e79fdd4eca40 (patch)
tree38f16e6157b9fb56d1684ac8015844b9cb58779c
parent68e7fad0d6f3a308a548e0f931d0485fbb98274a (diff)
downloadxorg-proto-glproto-500b137bbdba1cd8ae943849fef6e79fdd4eca40.tar.gz
glproto: Fix typo in X_GLXSetClientInfo2ARB definition
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--glxproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glxproto.h b/glxproto.h
index b4629c7..b207d93 100644
--- a/glxproto.h
+++ b/glxproto.h
@@ -2158,7 +2158,7 @@ typedef struct {
#define X_GLXDestroyWindow 32
#define X_GLXSetClientInfoARB 33
#define X_GLXCreateContextAttribsARB 34
-#define X_GLXSetConfigInfo2ARB 35
+#define X_GLXSetClientInfo2ARB 35
/* Opcodes for single commands (part of GLX command space) */