diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-01 17:11:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-01 17:11:08 -0400 |
| commit | 37051f5c15ba64f22de431c41cb88947af361b32 (patch) | |
| tree | 45f05f54e53a776cc68c5546bfa5b14d24dc97e3 /objc_darwin.h | |
| parent | 2a7152339fd5cd7306bdc420ffea7b3af4f6845e (diff) | |
Migrated the Mac OS X backend to the new uitask system.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 8174ec1..aa2f59f 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -63,7 +63,8 @@ extern uintptr_t keyCode(id); extern id makeAppDelegate(void); extern id windowGetContentView(id); extern BOOL initCocoa(id); -extern void douitask(id, void *); +extern SEL createWindow; +extern void douitask(id, SEL, void *); extern void breakMainLoop(void); extern void cocoaMainLoop(void); |
