From b7407c39c0d3785f2fc21782d31c439622f0d744 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 27 Feb 2012 18:20:37 +0100 Subject: NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to common name win32 (same as stub_include) Utilizing dlopen/dlsym in an efficient way relaxes the platform requirement of having Xinerama available. This allows using Nokia N9 MeeGo out of the box. --- make/config/nativewindow/x11-lib.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/config/nativewindow/x11-lib.cfg') diff --git a/make/config/nativewindow/x11-lib.cfg b/make/config/nativewindow/x11-lib.cfg index 2fe45cf12..ed8c13b54 100644 --- a/make/config/nativewindow/x11-lib.cfg +++ b/make/config/nativewindow/x11-lib.cfg @@ -21,6 +21,7 @@ Opaque long Display * Opaque boolean Bool Opaque long GLXFBConfig Opaque long Visual * +Opaque long void * IncludeAs CustomJavaCode X11Lib x11-CustomJavaCode.java @@ -46,4 +47,5 @@ CustomCCode #include CustomCCode #include CustomCCode #include CustomCCode #include +CustomCCode #include -- cgit v1.2.3