summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kidd <nathan-ml@spicycrypto.ca>2014-08-11 18:30:42 -0400
committerDave Airlie <airlied@redhat.com>2014-09-10 11:10:04 +1000
commitbd3d751e1eb17efb39f65093271bb4ac071aa9e0 (patch)
treef4aa513e85298f8ac59475f238eee685a110838f
parentf84853d97d5749308992412a215fa518b6536eb3 (diff)
downloadxorg-proto-glproto-bd3d751e1eb17efb39f65093271bb4ac071aa9e0.tar.gz
glproto: Fix typo in X_GLXCreateContextAttribsARB definition
Signed-off-by: Nathan Kidd <nkidd@opentext.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--glxproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glxproto.h b/glxproto.h
index b50adc2..b4629c7 100644
--- a/glxproto.h
+++ b/glxproto.h
@@ -2157,7 +2157,7 @@ typedef struct {
#define X_GLXCreateWindow 31
#define X_GLXDestroyWindow 32
#define X_GLXSetClientInfoARB 33
-#define X_GLXCreateContextAtrribsARB 34
+#define X_GLXCreateContextAttribsARB 34
#define X_GLXSetConfigInfo2ARB 35
/* Opcodes for single commands (part of GLX command space) */