diff options
author | Sven Gothel <[email protected]> | 2011-02-09 03:56:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-09 03:56:37 +0100 |
commit | 7a4fce8ee2af699a81845826d80ae0b5264ddfa6 (patch) | |
tree | 671c9e7dc3bbe7686873689ee9ee4f8cdf1b5c5d /src/demos/xtrans/OffscreenDesktopManager.java | |
parent | 8e5c4d5e23696ce46d4d4fd7ff28d987d7da20a4 (diff) |
Adapt impl namespace change jogl: 360b6716f68b44b28fd8c4f8e61ab86d5a56738b
Diffstat (limited to 'src/demos/xtrans/OffscreenDesktopManager.java')
-rwxr-xr-x | src/demos/xtrans/OffscreenDesktopManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/xtrans/OffscreenDesktopManager.java b/src/demos/xtrans/OffscreenDesktopManager.java index f12136c..ae807ce 100755 --- a/src/demos/xtrans/OffscreenDesktopManager.java +++ b/src/demos/xtrans/OffscreenDesktopManager.java @@ -61,9 +61,9 @@ import javax.swing.JLayeredPane; import javax.swing.JPanel; // Internal JOGL API references -import com.jogamp.opengl.impl.Debug; +import jogamp.opengl.Debug; // FIXME: debugging only -import com.jogamp.opengl.impl.awt.Java2D; +import jogamp.opengl.awt.Java2D; // FIXME: we need a way to lock a portion of the off-screen back // buffer to be persistent for a while during component removals. It |