summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-05 14:40:08 -0400
committerPietro Gagliardi <[email protected]>2014-08-05 14:40:08 -0400
commitc6674d1e9e5d3b75328e722b5f1100a479081150 (patch)
treecc14fdcf9fae42edd1ea042cfc9de59659bef207 /redo/objc_darwin.h
parent6b7660a671419006a3e6f2cce6825bd694f4cf5b (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.h1
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);