You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/10/08 21:41:47 UTC

svn commit: r823290 - /incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java

Author: gbrown
Date: Thu Oct  8 19:41:46 2009
New Revision: 823290

URL: http://svn.apache.org/viewvc?rev=823290&view=rev
Log:
Revert previous change to DesktopApplicationContext full-screen mode (does not work on OS X).

Modified:
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java?rev=823290&r1=823289&r2=823290&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java Thu Oct  8 19:41:46 2009
@@ -563,9 +563,7 @@
 
             } else {
                 // Go to windowed mode
-                // TODO This line should be uncommented, but it can throw
-                // an exception on Win32 platforms. See PIVOT-319 for more info.
-                //graphicsDevice.setFullScreenWindow(null);
+                graphicsDevice.setFullScreenWindow(null);
 
                 fullScreenHostFrame.remove(displayHost);
                 fullScreenHostFrame.setVisible(false);