diff options
author | Michael Bien <[email protected]> | 2010-03-27 21:46:02 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 21:46:02 +0100 |
commit | 71c36cf71c7e512ab0ef35bda53b46079d7964c9 (patch) | |
tree | ea975311ad84461cc964984001dbc054a5f7293a | |
parent | 043f1cf8bcdfc8f8faa853c92afc064c468dc2a8 (diff) |
refactoring com.sun.opengl -> com.jogamp.opengl
-rw-r--r-- | src/com/mbien/opencl/gl/CLGLContext.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/mbien/opencl/gl/CLGLContext.java b/src/com/mbien/opencl/gl/CLGLContext.java index 04443c79..7aceccda 100644 --- a/src/com/mbien/opencl/gl/CLGLContext.java +++ b/src/com/mbien/opencl/gl/CLGLContext.java @@ -6,10 +6,10 @@ import java.nio.Buffer; import com.mbien.opencl.CLMemory.Mem; import com.mbien.opencl.CLPlatform; import com.jogamp.gluegen.runtime.PointerBuffer; -import com.sun.opengl.impl.GLContextImpl; -import com.sun.opengl.impl.macosx.cgl.MacOSXCGLContext; -import com.sun.opengl.impl.windows.wgl.WindowsWGLContext; -import com.sun.opengl.impl.x11.glx.X11GLXContext; +import com.jogamp.opengl.impl.GLContextImpl; +import com.jogamp.opengl.impl.macosx.cgl.MacOSXCGLContext; +import com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext; +import com.jogamp.opengl.impl.x11.glx.X11GLXContext; import javax.media.nativewindow.DefaultGraphicsConfiguration; import javax.media.opengl.GLContext; |