diff options
Diffstat (limited to 'make/gl-common.cfg')
-rw-r--r-- | make/gl-common.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index 1b97d42aa..b15a7e8c1 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -7,8 +7,8 @@ RuntimeExceptionType GLException # Imports needed by all glue code Import java.nio.* Import java.util.* -Import net.java.games.jogl.* -Import net.java.games.jogl.impl.* +Import javax.media.opengl.* +Import com.sun.opengl.impl.* # Inform the glue code generator of the association between #defines # and functions and the extensions in which they are defined |