From 799e2c79eac6e45ad16eeffee9194f1a2677b167 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 18 Jun 2014 03:50:19 +0200 Subject: Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension) - GLU*: initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer - GLX: 'ForceStaticInitCode GLX', i.e. forcing native code, as used in our manual implementation. --- make/config/jogl/glu-CustomJavaCode-gl2.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/config/jogl/glu-CustomJavaCode-gl2.java') diff --git a/make/config/jogl/glu-CustomJavaCode-gl2.java b/make/config/jogl/glu-CustomJavaCode-gl2.java index c8ac9403b..3ccf6c1d4 100644 --- a/make/config/jogl/glu-CustomJavaCode-gl2.java +++ b/make/config/jogl/glu-CustomJavaCode-gl2.java @@ -7,10 +7,10 @@ static { if (val != null && !val.toLowerCase().equals("false")) { useJavaMipmapCode = false; } - // Native code exists + /** Not required nor forced if( !initializeImpl() ) { throw new RuntimeException("Initialization failure"); - } + } */ return null; } }); -- cgit v1.2.3