summaryrefslogtreecommitdiff
path: root/delegate_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-03 10:02:27 -0400
committerPietro Gagliardi <[email protected]>2014-07-03 10:02:27 -0400
commit9eb9aa82c02a0276df38428895bd840ec8caea02 (patch)
tree5621f946a9eac5a7c7ee94f4f3be7990f85beb2d /delegate_darwin.go
parent8a81650b3da7ce00725336df9e03b38e935c5a65 (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 'delegate_darwin.go')
-rw-r--r--delegate_darwin.go1
1 files changed, 0 insertions, 1 deletions
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:)