aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-if-gl2_gl3.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-13 07:50:20 +0100
committerSven Gothel <[email protected]>2012-02-13 07:50:20 +0100
commite213836e39a1c0a909dbe47a25ec5bc10de06196 (patch)
treea3a53526e8ba297828f643653feb71dc84ea2203 /make/config/jogl/gl-if-gl2_gl3.cfg
parent4011e70eed8c88aee0fcd051a50ab3f15bb94f68 (diff)
Reduce GL* interface 'extends' to direct base interface.
Diffstat (limited to 'make/config/jogl/gl-if-gl2_gl3.cfg')
-rw-r--r--make/config/jogl/gl-if-gl2_gl3.cfg4
1 files changed, 2 insertions, 2 deletions
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