2003/11/17 10:18:32
[org.ibex.core.git] / src / org / xwt / Platform.java
index 00b00d2..efc2731 100644 (file)
@@ -69,6 +69,7 @@ public class Platform {
             // Disable 2d hardware acceleration on Jaguar
             if (os_name.equals("Mac OS X") && os_version.startsWith("10.2")) System.setProperty("com.apple.hwaccel", "false");
             */
+            System.setProperty("com.apple.hwaccel", "true");
 
             if (platform_class != null) {
                 platform = (Platform)Class.forName("org.xwt.plat." + platform_class).newInstance();