Files
supersonic/xresize_other.go
T

6 lines
83 B
Go

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