diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-29 23:57:49 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-29 23:57:49 -0400 |
| commit | f2d6daa9ea2203a897ee3af77105273531622aaf (patch) | |
| tree | 4c9de898fb3cc1dc7e636043c5cb5cc66cfc4489 /objc_darwin.h | |
| parent | b94bd1cc60f52ccf9d398fcc45b6705b25845cd7 (diff) | |
Added the beginning of the Mac OS X Area implementation. Also fixed the long-broken Mac OS X build.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
