diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-03 10:02:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-03 10:02:27 -0400 |
| commit | 9eb9aa82c02a0276df38428895bd840ec8caea02 (patch) | |
| tree | 5621f946a9eac5a7c7ee94f4f3be7990f85beb2d /objc_darwin.h | |
| parent | 8a81650b3da7ce00725336df9e03b38e935c5a65 (diff) | |
Removed uitask and made the Window creation functions only callable from the main thread. This si the first part in the real major change, which bans all concurrent use of the API and provides a Post() function for communication. I don't like this, but it's the only way. Untested.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index aa2f59f..eda09c4 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -63,8 +63,6 @@ extern uintptr_t keyCode(id); extern id makeAppDelegate(void); extern id windowGetContentView(id); extern BOOL initCocoa(id); -extern SEL createWindow; -extern void douitask(id, SEL, void *); extern void breakMainLoop(void); extern void cocoaMainLoop(void); |
