mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
glproto: Fix typo in X_GLXCreateContextAttribsARB definition
Signed-off-by: Nathan Kidd <nkidd@opentext.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
f84853d97d
commit
bd3d751e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue