summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/jogamp/opencl/gl/CLGLContext.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/jogamp/opencl/gl/CLGLContext.java b/src/com/jogamp/opencl/gl/CLGLContext.java
index 51d28d33..fc3d34aa 100644
--- a/src/com/jogamp/opencl/gl/CLGLContext.java
+++ b/src/com/jogamp/opencl/gl/CLGLContext.java
@@ -34,11 +34,11 @@ import java.nio.Buffer;
import com.jogamp.opencl.CLMemory.Mem;
import com.jogamp.opencl.CLPlatform;
import com.jogamp.common.nio.PointerBuffer;
-import com.jogamp.opengl.impl.GLContextImpl;
-import com.jogamp.opengl.impl.egl.EGLContext;
-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 jogamp.opengl.GLContextImpl;
+import jogamp.opengl.egl.EGLContext;
+import jogamp.opengl.macosx.cgl.MacOSXCGLContext;
+import jogamp.opengl.windows.wgl.WindowsWGLContext;
+import jogamp.opengl.x11.glx.X11GLXContext;
import javax.media.opengl.GLContext;
import static com.jogamp.opencl.gl.CLGLI.*;