summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-02 17:44:13 -0500
committerPietro Gagliardi <[email protected]>2014-03-02 17:44:13 -0500
commit234b724403bb93171a0eac72a8c24db3879c5900 (patch)
treec92f53c3757719cb58f671b049c06501428658c4 /objc_darwin.h
parent01e587174144ed4b6b5383346fdf2697f86f9423 (diff)
Added the other Combobox modification functions to the Mac OS X backend. Before continuing, I'll get messageboxes working...
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 5d6bd41..e02f41e 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -79,6 +79,7 @@ extern id objc_msgSend_int(id obj, SEL sel, intptr_t a);
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);
+extern id objc_msgSend_id_int(id obj, SEL sel, id a, intptr_t b);
m3(id_id_id, id, id, id)
m3(sel_id_bool, SEL, id, BOOL)