summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index e73687e..173f238 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -21,6 +21,15 @@ inline id objc_msgSend_noargs(id obj, SEL sel)
return objc_msgSend(obj, sel);
}
+struct xrect {
+ int64_t x;
+ int64_t y;
+ int64_t width;
+ int64_t height;
+};
+
+extern struct xrect objc_msgSend_stret_rect_noargs(id obj, SEL sel);
+
struct xsize {
int64_t width;
int64_t height;