From 8d00f077c9672ed2f00a1c67b688c82c3fc7d480 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 17 Oct 2012 14:34:53 -0400 Subject: glx: Add GLXBadProfileARB to the error string list Note: This is a candidate for the stable branches. Reviewed-by: Brian Paul Signed-off-by: Adam Jackson (cherry picked from commit a30d14635d5d55ce0e022b0b66770da32155a3d7) --- src/glx/glxext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/glxext.c b/src/glx/glxext.c index a4e76c1c398..9aae8915cb0 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -83,6 +83,7 @@ static /* const */ char *error_list[] = { "GLXBadPbuffer", "GLXBadCurrentDrawable", "GLXBadWindow", + "GLXBadProfileARB", }; #ifdef GLX_USE_APPLEGL -- cgit v1.2.3