From 532b8df474976b474f0cf4eb2d93588ded2ad3fe Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 23 Mar 2015 03:51:23 +0100 Subject: Import JOGL's JNI header and unify them for GlueGen and C-Compiler usage. We had macosx JNI header and different JNI header included in JOGL for native compilation and GlueGen runs. This unifies the header for any use. --- make/stub_includes/jni/macosx/jawt_md.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'make/stub_includes/jni/macosx/jawt_md.h') diff --git a/make/stub_includes/jni/macosx/jawt_md.h b/make/stub_includes/jni/macosx/jawt_md.h index 3b019dd..519a513 100644 --- a/make/stub_includes/jni/macosx/jawt_md.h +++ b/make/stub_includes/jni/macosx/jawt_md.h @@ -1,9 +1,4 @@ /** - * Temporary workaround! - * - * Provided darwin/jawt_md.h from Oracle for OSX / Java7 - * has X11 dependencies and does not define JAWT_SurfaceLayers. - * * This C header file is derived from Apple's Java SDK provided C header file * with the following copyright notice: * @@ -59,7 +54,7 @@ JAWT_MacOSXDrawingSurfaceInfo; @property (readonly) CALayer *windowLayer; @end -#endif /* __GLUEGEN__ */ +#endif __GLUEGEN__ #ifdef __cplusplus } -- cgit v1.2.3