aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/sun/opengl/impl/GLContextImpl.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-27 02:57:46 +0100
committerMichael Bien <[email protected]>2010-03-27 02:57:46 +0100
commit992b456d64e6128af021067e10e485d25977bf24 (patch)
treed5e47aa8bfeb995990e11d20519bcb66fec105dc /src/jogl/classes/com/sun/opengl/impl/GLContextImpl.java
parentcf95674e16d34a85191d3af0a35d1357e011fcac (diff)
refactoring due to gluegen changes.
- renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'src/jogl/classes/com/sun/opengl/impl/GLContextImpl.java')
-rw-r--r--src/jogl/classes/com/sun/opengl/impl/GLContextImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogl/classes/com/sun/opengl/impl/GLContextImpl.java b/src/jogl/classes/com/sun/opengl/impl/GLContextImpl.java
index 1d500bb17..70de5b8ba 100644
--- a/src/jogl/classes/com/sun/opengl/impl/GLContextImpl.java
+++ b/src/jogl/classes/com/sun/opengl/impl/GLContextImpl.java
@@ -44,8 +44,8 @@ import java.lang.reflect.*;
import javax.media.opengl.*;
import com.sun.nativewindow.impl.NWReflection;
-import com.sun.gluegen.runtime.*;
-import com.sun.gluegen.runtime.opengl.*;
+import com.jogamp.gluegen.runtime.*;
+import com.jogamp.gluegen.runtime.opengl.*;
public abstract class GLContextImpl extends GLContext {
protected GLContextLock lock = new GLContextLock();