aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-03 01:41:36 +0200
committerSven Gothel <[email protected]>2011-09-03 01:41:36 +0200
commitdcb0cc571298be90d0db7ad00fef835fe5fdc46d (patch)
treebffefe479995162fcad2be184c091742ebee6db7 /make/config
parent8dc31bcaa3ee3a2407d1960ab42d094cac642876 (diff)
NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add XRenderFindVisualFormat for translucent window config
Diffstat (limited to 'make/config')
-rw-r--r--make/config/nativewindow/x11-lib.cfg3
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>