diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | glxproto.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-06-28 Kristian Høgsberg <krh@redhat.com> + + * glxproto.h (__GLX_NUMBER_ERRORS): There are 13 GLX errors. + 2006-04-30 Adam Jackson <ajax@freedesktop.org> * glxtokens.h: @@ -57,7 +57,7 @@ #define GLXBadCurrentDrawable 11 #define GLXBadWindow 12 -#define __GLX_NUMBER_ERRORS 12 +#define __GLX_NUMBER_ERRORS 13 /* ** Events. |