From 4bf655ff4be8c92e6e9911555c04b9efbc4f0e15 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Wed, 9 Feb 2011 15:33:16 +0100 Subject: changes do to package movement in jogl. --- src/com/jogamp/opencl/gl/CLGLContext.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/com/jogamp/opencl/gl/CLGLContext.java') 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.*; -- cgit v1.2.3