summaryrefslogtreecommitdiff
path: root/link_linux_amd64.go
blob: 8cb2029cca7e877d8ef3fa304c2687d1593c1e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// +build !windows
// +build !darwin

// 11 december 2015

package ui

// #cgo LDFLAGS: ${SRCDIR}/libui_linux_amd64.a -Wl,-rpath=$ORIGIN
// #cgo pkg-config: gtk+-3.0
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
}