More work.
This commit is contained in:
parent
90669b9c7f
commit
8f3452baa0
2
main.go
2
main.go
|
@ -35,6 +35,8 @@ func Main(f func()) error {
|
||||||
func start(errchan chan error, f func()) {
|
func start(errchan chan error, f func()) {
|
||||||
runtime.LockOSThread()
|
runtime.LockOSThread()
|
||||||
|
|
||||||
|
// TODO set main thread on OS X
|
||||||
|
|
||||||
// TODO HEAP SAFETY
|
// TODO HEAP SAFETY
|
||||||
opts := C.uiInitOptions{}
|
opts := C.uiInitOptions{}
|
||||||
estr := C.uiInit(&opts)
|
estr := C.uiInit(&opts)
|
||||||
|
|
Loading…
Reference in New Issue