diff options
author | David Reveman <c99drn@cs.umu.se> | 2006-03-10 00:11:25 +0000 |
---|---|---|
committer | David Reveman <c99drn@cs.umu.se> | 2006-03-10 00:11:25 +0000 |
commit | 60b85349042a1a44bdc79ef2b7bb3326f242aa83 (patch) | |
tree | b74b1514214fca4ef6a49aaf560c0341cc104f13 | |
parent | 90980329b2a3e2466176cd3a87119a6939418eae (diff) |
Fix typo
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | glxproto.h | 6 |
2 files changed, 7 insertions, 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 |