andlabs-ui/link_linux_amd64.go

15 lines
307 B
Go
Raw Normal View History

2015-12-11 20:03:38 -06:00
// +build !windows
// +build !darwin
// 11 december 2015
package ui
2016-05-29 21:48:55 -05:00
// #cgo LDFLAGS: ${SRCDIR}/libui_linux_amd64.a -Wl,-rpath=$ORIGIN
// #cgo pkg-config: gtk+-3.0
2015-12-11 21:48:25 -06:00
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
}