From 92fce556bf9c3d8f1e99bf79f48631d58829c523 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Mon, 17 Jun 2013 04:09:14 +0200
Subject: GLFBODrawableImpl: Fix swap criteria, i.e. don't swap in
 contextMadeCurrent(false) if already swapped by swapBuffersImpl(..), but
 always swap in swapBuffersImpl(..) if ctx is current and associated.

---
 src/jogl/classes/jogamp/opengl/GLDrawableImpl.java | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/jogl/classes/jogamp/opengl/GLDrawableImpl.java')

diff --git a/src/jogl/classes/jogamp/opengl/GLDrawableImpl.java b/src/jogl/classes/jogamp/opengl/GLDrawableImpl.java
index 877e7b60b..e1088da29 100644
--- a/src/jogl/classes/jogamp/opengl/GLDrawableImpl.java
+++ b/src/jogl/classes/jogamp/opengl/GLDrawableImpl.java
@@ -116,6 +116,7 @@ public abstract class GLDrawableImpl implements GLDrawable {
    * {@link GL#glFlush()} has been called already and 
    * the implementation may execute implementation specific code.
    * </p>
+   * @param doubleBuffered indicates whether double buffering is enabled, see above.
    */
   protected abstract void swapBuffersImpl(boolean doubleBuffered);
 
-- 
cgit v1.2.3