aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/gl/CLGLContext.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/mbien/opencl/gl/CLGLContext.java')
-rw-r--r--src/com/mbien/opencl/gl/CLGLContext.java8
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;