diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-11 22:49:29 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-11 22:49:29 -0500 |
| commit | 8f3452baa0b3c3651aea0ee5135c3af84a5d3e1e (patch) | |
| tree | 71d0fd563b005f20e0cb4059fa99b1d63d523f97 /main.go | |
| parent | 90669b9c7fb50b97c69798520faf49cc49a07920 (diff) | |
More work.
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
