diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 959589d45..ae1fdf0c2 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -7152,6 +7152,7 @@ public class PApplet extends Applet frame.setBackground(backgroundColor); if (exclusive) { displayDevice.setFullScreenWindow(frame); + frame.setExtendedState(java.awt.Frame.MAXIMIZED_BOTH); fullScreenRect = frame.getBounds(); } else { DisplayMode mode = displayDevice.getDisplayMode(); diff --git a/core/todo.txt b/core/todo.txt index e4a213a81..104f2d0e1 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,8 +1,15 @@ 0176 core (private) +X opengl sketches run at 30fps in present mode on OS X +_ still having problems w/ full screen non-FSEM +_ http://dev.processing.org/bugs/show_bug.cgi?id=1425 + _ consider adding skewX/Y _ do them as shearX/Y _ http://dev.processing.org/bugs/show_bug.cgi?id=1448 +_ opengl applet problems +_ http://dev.processing.org/bugs/show_bug.cgi?id=1364 + _ inconsistent anti-aliasing with OpenGL _ http://dev.processing.org/bugs/show_bug.cgi?id=1413 _ modify PVector to include better methods for chaining operations diff --git a/todo.txt b/todo.txt index 722accf10..6125a77a2 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,7 @@ X hitting ESC inside Color Selector will quit Processing X http://dev.processing.org/bugs/show_bug.cgi?id=1006 _ processing 0142 japanese input problem -_ +_ http://dev.processing.org/bugs/show_bug.cgi?id=854 _ need to set exported applications to only run as 32-bit on osx