diff options
author | Sven Gothel <[email protected]> | 2011-09-03 02:33:12 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-03 02:33:12 +0200 |
commit | 2501d93d80468b0c38897e99a8eabac08e70e7b4 (patch) | |
tree | 182a61b5dc6ec0df5b4c1066afcf670c0228bee7 /make/config | |
parent | dcb0cc571298be90d0db7ad00fef835fe5fdc46d (diff) |
Fix XRenderFindVisualFormat return capacity (commit dcb0cc571298be90d0db7ad00fef835fe5fdc46d)
Diffstat (limited to 'make/config')
-rw-r--r-- | make/config/nativewindow/x11-lib.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/nativewindow/x11-lib.cfg b/make/config/nativewindow/x11-lib.cfg index 2a999e2fc..2fe45cf12 100644 --- a/make/config/nativewindow/x11-lib.cfg +++ b/make/config/nativewindow/x11-lib.cfg @@ -26,7 +26,7 @@ IncludeAs CustomJavaCode X11Lib x11-CustomJavaCode.java ArgumentIsString XOpenDisplay 0 ReturnsString XDisplayString -ReturnValueCapacity XRenderFindVisualFormat sizeof(XRenderPictFormat *) +ReturnValueCapacity XRenderFindVisualFormat sizeof(XRenderPictFormat) # We have Custom code for the following Ignore XGetVisualInfo |