Use AWT on Linux

This commit is contained in:
codeanticode
2013-05-28 11:38:23 -04:00
parent ae286698e4
commit 751d76db1c

View File

@@ -193,8 +193,8 @@ public class PGL {
REQUESTED_STENCIL_BITS = 8;
REQUESTED_ALPHA_BITS = 8;
} else if (PApplet.platform == PConstants.LINUX) {
WINDOW_TOOLKIT = NEWT; // AWT extremely broken on Linux?
EVENTS_TOOLKIT = NEWT;
WINDOW_TOOLKIT = AWT; // AWT extremely broken on Linux? With jogl-2.0-b993
EVENTS_TOOLKIT = AWT; // appears not.
USE_FBOLAYER_BY_DEFAULT = false;
USE_JOGL_FBOLAYER = false;
REQUESTED_DEPTH_BITS = 24;