//go:build !windows package main // Placing a window at an absolute desktop coordinate is Windows-specific; every // caller falls back to the toolkit's own call when this says no. func setWindowPosAbsolute(x, y int) bool { return false }