summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-10-17 14:34:53 -0400
committerIan Romanick <ian.d.romanick@intel.com>2012-11-02 11:08:53 -0700
commit8d00f077c9672ed2f00a1c67b688c82c3fc7d480 (patch)
tree5b2942ed85672fdd3be373f113cfa346f422d753
parent8aab8a50d3c56e73ea53be111bbb8b477f6e8c99 (diff)
glx: Add GLXBadProfileARB to the error string list
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)
-rw-r--r--src/glx/glxext.c1
1 files changed, 1 insertions, 0 deletions
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