More work.

This commit is contained in:
Pietro Gagliardi 2015-12-11 22:49:29 -05:00
parent 90669b9c7f
commit 8f3452baa0
1 changed files with 2 additions and 0 deletions

View File

@ -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)