From: Adam Jackson Date: Wed, 17 Oct 2012 18:34:53 +0000 (-0400) Subject: glx: Add GLXBadProfileARB to the error string list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a30d14635d5d55ce0e022b0b66770da32155a3d7;p=mesa.git 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 --- 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