summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-11 22:49:29 -0500
committerPietro Gagliardi <[email protected]>2015-12-11 22:49:29 -0500
commit8f3452baa0b3c3651aea0ee5135c3af84a5d3e1e (patch)
tree71d0fd563b005f20e0cb4059fa99b1d63d523f97 /main.go
parent90669b9c7fb50b97c69798520faf49cc49a07920 (diff)
More work.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index f938d45..2406f1e 100644
--- a/main.go
+++ b/main.go
@@ -35,6 +35,8 @@ func Main(f func()) error {
func start(errchan chan error, f func()) {
runtime.LockOSThread()
+ // TODO set main thread on OS X
+
// TODO HEAP SAFETY
opts := C.uiInitOptions{}
estr := C.uiInit(&opts)