summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-04 19:51:23 -0400
committerPietro Gagliardi <[email protected]>2014-04-04 19:51:59 -0400
commit5a5b486b6abd568d80150d36ed85746b445bf2fb (patch)
tree33775c2909f96f0e8d04fd62a77a118b46c2df24 /objc_darwin.h
parentdd4a7b9cbef10d5469aa6660286dcecfde9a6ad2 (diff)
Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls into a simple initWithDummyFrame().
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index 37e8947..b8fc2d6 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -84,7 +84,7 @@ extern uintptr_t objc_msgSend_ushortret_noargs(id objc, SEL sel);
m1(str, char *) /* TODO Go string? */
m1(id, id)
-extern id _objc_msgSend_rect(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h);
+extern id objc_msgSend_rect(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h);
m1(sel, SEL)
extern id objc_msgSend_uint(id obj, SEL sel, uintptr_t a);
m1(ptr, void *)