From f2d6daa9ea2203a897ee3af77105273531622aaf Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 29 Mar 2014 23:57:49 -0400 Subject: Added the beginning of the Mac OS X Area implementation. Also fixed the long-broken Mac OS X build. --- objc_darwin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index f73bc2b..e94c128 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -104,4 +104,7 @@ extern uintptr_t *NSIndexSetEntries(id, uintptr_t); /* for uitask_darwin.go */ extern id makeDummyEvent(); +/* for area_darwin.go */ +extern BOOL addAreaViewDrawMethod(Class); + #endif -- cgit v1.2.3