diff options
Diffstat (limited to 'make/gl-common-x11.cfg')
-rw-r--r-- | make/gl-common-x11.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/gl-common-x11.cfg b/make/gl-common-x11.cfg index 39dc0ba0e..15154e363 100644 --- a/make/gl-common-x11.cfg +++ b/make/gl-common-x11.cfg @@ -13,6 +13,9 @@ ReturnedArrayLength XGetVisualInfo {3}[0] ReturnValueCapacity glXChooseVisual sizeof(XVisualInfo) ReturnValueCapacity glXGetVisualFromFBConfig sizeof(XVisualInfo) ReturnValueCapacity glXGetVisualFromFBConfigSGIX sizeof(XVisualInfo) +# Elide the version of XGetVisualInfo taking a direct buffer for the third argument +# (since we can't specify different glue code for different overloadings -- FIXME) +NoNio XGetVisualInfo Unimplemented cgl.+ Unimplemented wgl.+ |