From e213836e39a1c0a909dbe47a25ec5bc10de06196 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Mon, 13 Feb 2012 07:50:20 +0100 Subject: Reduce GL* interface 'extends' to direct base interface. --- make/config/jogl/gl-if-gl2_gl3.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/config/jogl/gl-if-gl2_gl3.cfg') diff --git a/make/config/jogl/gl-if-gl2_gl3.cfg b/make/config/jogl/gl-if-gl2_gl3.cfg index 99e241f23..12de7afd3 100644 --- a/make/config/jogl/gl-if-gl2_gl3.cfg +++ b/make/config/jogl/gl-if-gl2_gl3.cfg @@ -2,8 +2,8 @@ Package javax.media.opengl Style InterfaceOnly JavaClass GL2GL3 -Extends GL2GL3 GLBase -Extends GL2GL3 GL +#Extends GL2GL3 GLBase +#Extends GL2GL3 GL Extends GL2GL3 GL2ES2 ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL.java -- cgit v1.2.3