diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-03 11:53:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-03 11:53:21 -0400 |
| commit | b460466e4b7d479a015bb686adb42056ef189abe (patch) | |
| tree | f2b729088df05276473d291a70e7bdc785ebe998 /objc_darwin.h | |
| parent | 1287ba89682b98b4196db7b9f81569f2abdb5761 (diff) | |
Implemented Post() on Mac OS X.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index eda09c4..0068d89 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -63,6 +63,7 @@ extern uintptr_t keyCode(id); extern id makeAppDelegate(void); extern id windowGetContentView(id); extern BOOL initCocoa(id); +extern void uipost(id, void *); extern void breakMainLoop(void); extern void cocoaMainLoop(void); |
