mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-14 12:31:22 +00:00

Instead of damaging the entire surface when rendering a cursor move, we can use the EGL_KHR_swap_buffers_with_damage extension to only damage the part of the window covered by the cursor. This should reduce the cursor movement latency on Wayland.