This commit is contained in:
David Reveman 2006-03-10 00:11:25 +00:00
parent 90980329b2
commit 60b8534904
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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