diff options
Diffstat (limited to 'make/x11-lib.cfg')
-rw-r--r-- | make/x11-lib.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/make/x11-lib.cfg b/make/x11-lib.cfg index 041a1b326..54f1bc1c4 100644 --- a/make/x11-lib.cfg +++ b/make/x11-lib.cfg @@ -41,6 +41,3 @@ CustomJavaCode X11Lib private static int getFirstElement(IntBuffer buf) CustomJavaCode X11Lib private static int getFirstElement(int[] arr, int offset) { return arr[offset]; } ReturnedArrayLength XGetVisualInfo getFirstElement({3}) -# Ignore all GLX and GL stuff -Ignore ^GL_.+ -Ignore ^gl.+ |