From a30d14635d5d55ce0e022b0b66770da32155a3d7 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 17 Oct 2012 14:34:53 -0400 Subject: [PATCH] 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 --- src/glx/glxext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 4d59a06c0b4..e55c1c17841 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 -- 2.30.2