workaround for occasional linux window misdraw

This commit is contained in:
Drew Weymouth
2024-06-23 10:56:28 -07:00
parent 16fd76f0aa
commit 2736fe9955
6 changed files with 107 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
//go:build linux && !wayland
int send_resize_to_pid(int pid, int w, int h);