6 lines
83 B
Go
6 lines
83 B
Go
//go:build !linux || wayland
|
|
|
|
package main
|
|
|
|
func SendResizeToPID(pid, w, h int) {}
|