diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/x11/glxext.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index eb6e870e98..14d5ffa4f9 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -289,6 +289,10 @@ static /* const */ char *error_list[] = { "GLXBadRenderRequest", "GLXBadLargeRequest", "GLXUnsupportedPrivateRequest", + "GLXBadFBConfig", + "GLXBadPbuffer", + "GLXBadCurrentDrawable", + "GLXBadWindow", }; int __glXCloseDisplay(Display *dpy, XExtCodes *codes) |