mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 13:38:37 +02:00
Fix typo
This commit is contained in:
parent
90980329b2
commit
60b8534904
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-03-10 David Reveman <davidr@novell.com>
|
||||
|
||||
* glxproto.h: Fix typo.
|
||||
|
||||
2006-02-24 Brian Paul <brian.paul@tungstengraphics.com>
|
||||
|
||||
* glxproto.h
|
||||
|
|
|
|||
|
|
@ -2343,9 +2343,9 @@ typedef struct {
|
|||
#define X_GLvop_GetProgramEnvParameterivNV 1298
|
||||
#define X_GLvop_GetProgramStringNV 1299
|
||||
#define X_GLvop_GetTrackMatrixivNV 1300
|
||||
#define X_GLvop_GetVetrexAttribdvARB 1301
|
||||
#define X_GLvop_GetVetrexAttribfvARB 1302
|
||||
#define X_GLvop_GetVetrexAttribivARB 1303
|
||||
#define X_GLvop_GetVertexAttribdvARB 1301
|
||||
#define X_GLvop_GetVertexAttribfvARB 1302
|
||||
#define X_GLvop_GetVertexAttribivARB 1303
|
||||
#define X_GLvop_IsProgramARB 1304
|
||||
#define X_GLvop_GetProgramLocalParameterfvARB 1305
|
||||
#define X_GLvop_GetProgramLocalParameterdvARB 1306
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue