From cbabd9f7189d2445a6db90b648b1eec7de30a435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 29 Jun 2006 03:14:11 +0000 Subject: There are 13 GLX errors. --- ChangeLog | 4 ++++ glxproto.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d3930f..85cf2a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-28 Kristian Høgsberg + + * glxproto.h (__GLX_NUMBER_ERRORS): There are 13 GLX errors. + 2006-04-30 Adam Jackson * glxtokens.h: diff --git a/glxproto.h b/glxproto.h index cbb97c5..787bf07 100644 --- a/glxproto.h +++ b/glxproto.h @@ -57,7 +57,7 @@ #define GLXBadCurrentDrawable 11 #define GLXBadWindow 12 -#define __GLX_NUMBER_ERRORS 12 +#define __GLX_NUMBER_ERRORS 13 /* ** Events. -- cgit v1.2.1