glx: Add GLXBadProfileARB to the error string list
authorAdam Jackson <ajax@redhat.com>
Wed, 17 Oct 2012 18:34:53 +0000 (14:34 -0400)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Nov 2012 18:08:53 +0000 (11:08 -0700)
Note: This is a candidate for the stable branches.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit a30d14635d5d55ce0e022b0b66770da32155a3d7)

src/glx/glxext.c

index a4e76c1..9aae891 100644 (file)
@@ -83,6 +83,7 @@ static /* const */ char *error_list[] = {
    "GLXBadPbuffer",
    "GLXBadCurrentDrawable",
    "GLXBadWindow",
+   "GLXBadProfileARB",
 };
 
 #ifdef GLX_USE_APPLEGL