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. --- delegate_darwin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'delegate_darwin.go') diff --git a/delegate_darwin.go b/delegate_darwin.go index b1daece..9802b68 100644 --- a/delegate_darwin.go +++ b/delegate_darwin.go @@ -4,7 +4,6 @@ package ui /* This creates a class goAppDelegate that will be used as the delegate for /everything/. Specifically, it: - - runs uitask requests (uitask:) - handles window close events (windowShouldClose:) - handles window resize events (windowDidResize:) - handles button click events (buttonClicked:) -- cgit v1.2.3