From: megacz Date: Fri, 30 Jan 2004 06:59:10 +0000 (+0000) Subject: 2003/04/24 10:22:31 X-Git-Tag: RC3~1040 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=4ec1454380873a1333ea872bd80474cba4327c27 2003/04/24 10:22:31 darcs-hash:20040130065910-2ba56-1be34d381ee82d0236bacd82fb23526ede3d7bcd.gz --- diff --git a/src/org/xwt/plat/Carbon.java b/src/org/xwt/plat/Carbon.java index 80a0eef..a0d4e01 100644 --- a/src/org/xwt/plat/Carbon.java +++ b/src/org/xwt/plat/Carbon.java @@ -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"); } }