[Mesa-dev] [PATCH] glx: Add GLXBadProfileARB to the error string list
Adam Jackson
ajax at redhat.com
Wed Oct 17 11:38:37 PDT 2012
Note: This is a candidate for the stable branches.
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
src/glx/glxext.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/glx/glxext.c b/src/glx/glxext.c
index 4d59a06..e55c1c1 100644
--- a/src/glx/glxext.c
+++ b/src/glx/glxext.c
@@ -81,6 +81,7 @@ static /* const */ char *error_list[] = {
"GLXBadPbuffer",
"GLXBadCurrentDrawable",
"GLXBadWindow",
+ "GLXBadProfileARB",
};
#ifdef GLX_USE_APPLEGL
--
1.7.11.7
More information about the mesa-dev
mailing list