diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-13 08:14:28 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-13 08:14:28 -0400 |
| commit | 3e712db2e028ecd90d6e331eb684bb6de9c670fa (patch) | |
| tree | e3580b23470117c98a902a42e75e79d681da78ef /delegate_darwin.go | |
| parent | de97125c54da4a2fbbec304205868444775e4fd5 (diff) | |
Moved uitask_darwin.go to be Objective-C-based. Both delegate_darwin.go and uitask_darwin.go will share the same .m file.
Diffstat (limited to 'delegate_darwin.go')
| -rw-r--r-- | delegate_darwin.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/delegate_darwin.go b/delegate_darwin.go index be26a1e..a3f7486 100644 --- a/delegate_darwin.go +++ b/delegate_darwin.go @@ -18,9 +18,7 @@ This creates a class goAppDelegate that will be used as the delegate for /everyt // #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit // #include <stdlib.h> // #include "objc_darwin.h" -// /* TODO this goes in objc_darwin.h once I take care of everything else */ -// extern id makeAppDelegate(void); -// extern id windowGetContentView(id); +// #include "delegateuitask_darwin.h" import "C" var ( |
