diff options
Diffstat (limited to 'make/gl-glx-common.cfg')
-rw-r--r-- | make/gl-glx-common.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/gl-glx-common.cfg b/make/gl-glx-common.cfg index 93e5f794c..a613149bc 100644 --- a/make/gl-glx-common.cfg +++ b/make/gl-glx-common.cfg @@ -79,3 +79,7 @@ Ignore GLXHyperpipeNetworkSGIX Ignore GLXHyperpipeConfigSGIX Ignore GLXPipeRect Ignore GLXPipeRectLimits + +# XID shows up in the public API (and shouldn't -- will be removed in +# the JSR 231/239 APIs) and needs to be treated as a long for now +Opaque long XID |