4 lines
77 B
C
4 lines
77 B
C
//go:build linux && !wayland
|
|
|
|
int send_resize_to_pid(int pid, int w, int h);
|
//go:build linux && !wayland
|
|
|
|
int send_resize_to_pid(int pid, int w, int h);
|