2003/12/22 04:50:08
[org.ibex.core.git] / src / org / xwt / Platform.java
index 45e303c..d3b0c19 100644 (file)
@@ -56,7 +56,7 @@ public abstract class Platform {
 
             // Disable 2d hardware acceleration on Jaguar (do we need this?)
             // if (os_name.equals("Mac OS X") && os_version.startsWith("10.2")) System.setProperty("com.apple.hwaccel", "false");
-            // System.setProperty("com.apple.hwaccel", "true");
+            //System.setProperty("com.apple.hwaccel", "false");
 
             if (platform_class != null)
                 Class.forName("org.xwt.plat." + platform_class).newInstance();