From 9eb9aa82c02a0276df38428895bd840ec8caea02 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 3 Jul 2014 10:02:27 -0400 Subject: 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. --- objc_darwin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'objc_darwin.h') 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); -- cgit v1.2.3