add fix for present mode problem on os x

This commit is contained in:
benfry
2010-02-01 13:22:01 +00:00
parent 101e3022b2
commit 74953f78ff
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -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();
+7
View File
@@ -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
+1 -1
View File
@@ -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