diff options
author | Sven Gothel <[email protected]> | 2012-02-13 07:50:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-13 07:50:20 +0100 |
commit | e213836e39a1c0a909dbe47a25ec5bc10de06196 (patch) | |
tree | a3a53526e8ba297828f643653feb71dc84ea2203 /make/config/jogl/gl-if-gl4.cfg | |
parent | 4011e70eed8c88aee0fcd051a50ab3f15bb94f68 (diff) |
Reduce GL* interface 'extends' to direct base interface.
Diffstat (limited to 'make/config/jogl/gl-if-gl4.cfg')
-rw-r--r-- | make/config/jogl/gl-if-gl4.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/config/jogl/gl-if-gl4.cfg b/make/config/jogl/gl-if-gl4.cfg index dbcf633b2..5b4d45200 100644 --- a/make/config/jogl/gl-if-gl4.cfg +++ b/make/config/jogl/gl-if-gl4.cfg @@ -11,10 +11,10 @@ ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/javax/media/opengl/GLBase.jav Package javax.media.opengl Style InterfaceOnly JavaClass GL4 -Extends GL4 GLBase -Extends GL4 GL -Extends GL4 GL2ES2 -Extends GL4 GL2GL3 +#Extends GL4 GLBase +#Extends GL4 GL +#Extends GL4 GL2ES2 +#Extends GL4 GL2GL3 Extends GL4 GL3 Include gl-common.cfg Include gl-common-extensions.cfg |