summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-01 13:29:24 -0500
committerPietro Gagliardi <[email protected]>2014-03-01 13:29:24 -0500
commita83dcb028242cb57f143a60a869cd64390809be3 (patch)
tree582c5cc07e8235ce672c75614c53a7ddc7c7150e /objc_darwin.h
parent21ec25dd1aa897263108bcf8c8a4407084cecf4f (diff)
Added initial Mac OS X sysData code. Almost ready for first test build, hopefully?
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index d094f7a..e73687e 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -58,8 +58,10 @@ extern id _objc_msgSend_rect(id obj, SEL sel, int64_t x, int64_t y, int64_t w, i
m1(sel, SEL)
extern id _objc_msgSend_uint(id obj, SEL sel, uintptr_t a);
m1(ptr, void *)
+m1(bool, BOOL)
m2(id_id, id, id)
+extern id _objc_msgSend_rect_bool(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h, BOOL b);
m3(id_id_id, id, id, id)
m3(sel_id_bool, SEL, id, BOOL)