glx: Add GLXBadProfileARB to the error string list
authorAdam Jackson <ajax@redhat.com>
Wed, 17 Oct 2012 18:34:53 +0000 (14:34 -0400)
committerAdam Jackson <ajax@redhat.com>
Wed, 17 Oct 2012 19:12:14 +0000 (15:12 -0400)
Note: This is a candidate for the stable branches.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/glx/glxext.c

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