aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-10-02 17:09:37 -0700
committerSven Gothel <[email protected]>2009-10-02 17:09:37 -0700
commit1304fcd939bea7ea804d2fef22a942848b02a20b (patch)
treeb371dc12428c29794be7910a72ea769c14a7e4e3 /src/jogl
parentd3a4046f5c45b8ef6e6f70115fcf6250e09a8732 (diff)
NEWT: Offscreen integration
Diffstat (limited to 'src/jogl')
-rw-r--r--src/jogl/classes/com/sun/opengl/impl/GLPbufferImpl.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jogl/classes/com/sun/opengl/impl/GLPbufferImpl.java b/src/jogl/classes/com/sun/opengl/impl/GLPbufferImpl.java
index 966b1e63e..ffaf798ae 100644
--- a/src/jogl/classes/com/sun/opengl/impl/GLPbufferImpl.java
+++ b/src/jogl/classes/com/sun/opengl/impl/GLPbufferImpl.java
@@ -284,7 +284,6 @@ public class GLPbufferImpl implements GLPbuffer {
private DisplayAction displayAction = new DisplayAction();
class SwapBuffersAction implements Runnable {
- // FIXME: currently a no-op
public void run() {
pbufferDrawable.swapBuffers();
}