talex5 / wayland-proxy-virtwl

Allow guest VMs to open windows on the host
Apache License 2.0
114 stars 12 forks source link

xwayland: remove buffer on unmap #70

Closed talex5 closed 1 year ago

talex5 commented 1 year ago

Xwayland sometimes delays destroying a window's buffer by about a second, even after the application has exited. This causes the window to remain on the screen for too long.

Reported by @puckipedia.

Fixes #63.