andlabs-ui/link_unix.go

14 lines
265 B
Go
Raw Normal View History

2015-12-11 20:03:38 -06:00
// +build !windows
// +build !darwin
// 11 december 2015
package ui
2015-12-11 21:48:25 -06:00
// #cgo LDFLAGS: -L${SRCDIR} -lui -Wl,-rpath=$ORIGIN
import "C"
func ensureMainThread() {
// do nothing; GTK+ doesn't care which thread we're on so long as we don't change it after starting
}