summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-11 11:36:32 -0400
committerPietro Gagliardi <[email protected]>2014-08-11 11:36:32 -0400
commitbe561354517a8c947d46e947bb723db6b21dfbf1 (patch)
treea6f05e105c8b33d722493a45743c426d3890d812 /redo/objc_darwin.h
parent10201ef24f1f402bca6316c56c7d866ec03783f2 (diff)
Removed the need for C.frame() by splitting apart the alignment rect functions on the Mac OS X side.
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index b95cc07..99089fc 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -96,7 +96,7 @@ extern id newScrollView(id, BOOL);
/* xsizing_darwin.m */
extern struct xalignment alignmentInfo(id, struct xrect);
-extern struct xrect frame(id);
+extern struct xalignment alignmentInfoFrame(id);
/* area_darwin.h */
extern Class getAreaClass(void);