diff options
author | Adam Jackson <[email protected]> | 2012-10-17 14:34:53 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2012-10-17 15:12:14 -0400 |
commit | a30d14635d5d55ce0e022b0b66770da32155a3d7 (patch) | |
tree | e1198d52d484a50ccb629c033b2b87fc5569aa5d /src/glx/glxext.c | |
parent | 1d0c6211212a2d486c8f7f64349fd9683061342e (diff) |
glx: Add GLXBadProfileARB to the error string list
Note: This is a candidate for the stable branches.
Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/glx/glxext.c')
-rw-r--r-- | src/glx/glxext.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |