summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-11 11:54:32 -0400
committerPietro Gagliardi <[email protected]>2014-03-11 11:54:32 -0400
commitee80429bb9217c8fef4eacc3dfce0c7d3a98d777 (patch)
tree94eebbd761389e7571a5b1a54332212364e90619
parentdf2c9618d883de2e5ecb520518cf9088014ce0bb (diff)
More TODO reduction.
-rw-r--r--delegate_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate_darwin.go b/delegate_darwin.go
index 82c536d..4c06871 100644
--- a/delegate_darwin.go
+++ b/delegate_darwin.go
@@ -10,7 +10,7 @@ import (
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: (TODO also windowDidEndLiveResize:?))
+ - handles window resize events (windowDidResize:)
- handles button click events (buttonClicked:)
*/