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-gl3bc.cfg | |
parent | 4011e70eed8c88aee0fcd051a50ab3f15bb94f68 (diff) |
Reduce GL* interface 'extends' to direct base interface.
Diffstat (limited to 'make/config/jogl/gl-if-gl3bc.cfg')
-rw-r--r-- | make/config/jogl/gl-if-gl3bc.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/make/config/jogl/gl-if-gl3bc.cfg b/make/config/jogl/gl-if-gl3bc.cfg index 6765e099f..3381051c6 100644 --- a/make/config/jogl/gl-if-gl3bc.cfg +++ b/make/config/jogl/gl-if-gl3bc.cfg @@ -16,11 +16,11 @@ ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/javax/media/opengl/fixedfunc/ Package javax.media.opengl Style InterfaceOnly JavaClass GL3bc -Extends GL3bc GLBase -Extends GL3bc GL -Extends GL3bc GL2ES1 -Extends GL3bc GL2ES2 -Extends GL3bc GL2GL3 +#Extends GL3bc GLBase +#Extends GL3bc GL +#Extends GL3bc GL2ES1 +#Extends GL3bc GL2ES2 +#Extends GL3bc GL2GL3 Extends GL3bc GL2 Extends GL3bc GL3 |