From 6a7cb73ddaa92a87fb4df77a7a3f3c2332f8761f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 30 Mar 2014 19:53:44 -0400 Subject: Added key events to Mac OS X Areas. Now Area is feature-complete (but buggy) on all platforms :D Also more TODOs. --- objc_darwin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index 2807d93..0583d37 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -56,6 +56,8 @@ extern uintptr_t objc_msgSend_uintret_noargs(id objc, SEL sel); extern intptr_t objc_msgSend_intret_noargs(id obj, SEL sel); +extern uintptr_t objc_msgSend_ushortret_noargs(id objc, SEL sel); + #define m1(name, type1) \ static inline id objc_msgSend_ ## name (id obj, SEL sel, type1 a) \ { \ -- cgit v1.2.3