summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-09 21:29:37 -0400
committerPietro Gagliardi <[email protected]>2014-08-09 21:29:37 -0400
commitea3dd093f7941cfc74af085fffc8e3f24b2ce0d5 (patch)
tree0f7abcc996179b9e3a7d948c45ea7c59e1dc8235 /redo/objc_darwin.h
parenteec2f985b0a78b3c15a3e71e14f897a3ccab5c97 (diff)
Changed PrefSize to PreferredSize throughout.
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index 9962c4e..79d1e04 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -83,8 +83,8 @@ struct xalignment {
struct xrect rect;
intptr_t baseline;
};
-extern struct xsize controlPrefSize(id);
-extern struct xsize tabPrefSize(id);
+extern struct xsize controlPreferredSize(id);
+extern struct xsize tabPreferredSize(id);
extern struct xalignment alignmentInfo(id, struct xrect);
extern struct xrect frame(id);