diff options
Diffstat (limited to 'make/config/nativewindow/x11-lib.cfg')
-rw-r--r-- | make/config/nativewindow/x11-lib.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/config/nativewindow/x11-lib.cfg b/make/config/nativewindow/x11-lib.cfg index d9e4ccd0a..2a999e2fc 100644 --- a/make/config/nativewindow/x11-lib.cfg +++ b/make/config/nativewindow/x11-lib.cfg @@ -20,11 +20,13 @@ Opaque long XID Opaque long Display * Opaque boolean Bool Opaque long GLXFBConfig +Opaque long Visual * IncludeAs CustomJavaCode X11Lib x11-CustomJavaCode.java ArgumentIsString XOpenDisplay 0 ReturnsString XDisplayString +ReturnValueCapacity XRenderFindVisualFormat sizeof(XRenderPictFormat *) # We have Custom code for the following Ignore XGetVisualInfo @@ -43,4 +45,5 @@ CustomCCode #include <gluegen_stdint.h> CustomCCode #include <gluegen_stddef.h> CustomCCode #include <X11/Xlib.h> CustomCCode #include <X11/Xutil.h> +CustomCCode #include <X11/extensions/Xrender.h> |