mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 17:08:01 +02:00
glproto: Add compatibility #defines for the typos we corrected
Apparently there does exist code that uses the typoed names. Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
e681f8de0c
commit
c1c8cf7360
1 changed files with 4 additions and 0 deletions
|
|
@ -2160,6 +2160,10 @@ typedef struct {
|
|||
#define X_GLXCreateContextAttribsARB 34
|
||||
#define X_GLXSetClientInfo2ARB 35
|
||||
|
||||
/* typo compatibility with older headers */
|
||||
#define X_GLXCreateContextAtrribsARB 34
|
||||
#define X_GLXSetConfigInfo2ARB 35
|
||||
|
||||
/* Opcodes for single commands (part of GLX command space) */
|
||||
|
||||
#define X_GLsop_NewList 101
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue