diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-05 14:40:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-05 14:40:08 -0400 |
| commit | c6674d1e9e5d3b75328e722b5f1100a479081150 (patch) | |
| tree | cc14fdcf9fae42edd1ea042cfc9de59659bef207 /redo/objc_darwin.h | |
| parent | 6b7660a671419006a3e6f2cce6825bd694f4cf5b (diff) | |
Re-added the NSApplication support code for Area on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 127d3f7..416c319 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -94,6 +94,7 @@ struct xpoint { intptr_t x; intptr_t y; }; +extern Class getAreaClass(void); extern id newArea(void *); extern void drawImage(void *, intptr_t, intptr_t, intptr_t, intptr_t, intptr_t); extern uintptr_t modifierFlags(id); |
