2003/04/24 10:22:31
[org.ibex.core.git] / src / org / xwt / plat / Carbon.java
index 80a0eef..a0d4e01 100644 (file)
@@ -56,7 +56,7 @@ public class Carbon extends POSIX {
         public native void setLimits(int minw, int minh, int maxw, int maxh);
         public native void blit(DoubleBuffer s, int sx, int sy, int dx, int dy, int dx2, int dy2);
 
-        public CarbonSurface(Box root, boolean framed) { throw new Error("FIXME"); }
+        public CarbonSurface(Box root, boolean framed) { super(root); throw new Error("FIXME"); }
 
     }