2003/09/24 07:33:33
[org.ibex.core.git] / src / org / xwt / plat / Darwin.java
index 7a9b749..0812a3d 100644 (file)
@@ -89,7 +89,7 @@ public class Darwin extends POSIX {
             openGL.init();
         } catch(OpenGL.NotSupportedException e) {
             Log.log(this,"WARNING: OpenGL support not available: " + e);
-            // FIXME: We need to fallback to Quartz2D
+            // FEATURE: fall back to quartz 2d
             throw new Error("No OpenGL support");
         }
         natInit();