summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-03 15:32:54 -0500
committerPietro Gagliardi <[email protected]>2014-03-03 15:32:54 -0500
commit383933c45e1eae6a8c965d75df31c4f11f447588 (patch)
treebb6b34b982223624bed8f293e422157358ff08aa /objc_darwin.h
parent874491a87142742ac726b12d8433d5c0fb64a85e (diff)
Added Mac OS X ProgressBars. Mac OS X now feature-equal!
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index a1ee381..1208e0e 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -83,6 +83,7 @@ extern id _objc_msgSend_uint(id obj, SEL sel, uintptr_t a);
m1(ptr, void *)
m1(bool, BOOL)
extern id objc_msgSend_int(id obj, SEL sel, intptr_t a);
+m1(double, double)
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);