diff options
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 171d260..242b605 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -21,6 +21,13 @@ inline id objc_msgSend_noargs(id obj, SEL sel) return objc_msgSend(obj, sel); } +struct xsize { + int64_t width; + int64_t height; +}; + +extern struct xsize objc_msgsSend_stret_size_noargs(id obj, SEL sel); + #define m1(name, type1) \ inline id objc_msgSend_ ## name (id obj, SEL sel, type1 a) \ { \ |
