2003/04/24 10:22:31
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:59:10 +0000 (06:59 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:59:10 +0000 (06:59 +0000)
darcs-hash:20040130065910-2ba56-1be34d381ee82d0236bacd82fb23526ede3d7bcd.gz

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"); }
 
     }