Files
supersonic/xresize.h
T

4 lines
77 B
C

//go:build linux && !wayland
int send_resize_to_pid(int pid, int w, int h);