From 1a79d4f87d750b3146b80bd861230022e66108d6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 9 Jan 2012 19:06:24 +0100 Subject: Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threading (-> FIXME) --- src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/jogl/classes') diff --git a/src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java b/src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java index c3936c615..ef1c3fbeb 100644 --- a/src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java +++ b/src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java @@ -71,6 +71,10 @@ import com.jogamp.opengl.JoglVersion; /** * Native SWT Canvas implementing GLAutoDrawable + *

+ * FIXME: Still needs AWT for threading impl., + * ie. will issue a 'wrong thread' error if runs in headless mode! + *

*/ public class GLCanvas extends Canvas implements GLAutoDrawable { -- cgit v1.2.3