mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
According to https://wayland.app/protocols/cursor-shape-v1#wp_cursor_shape_device_v1:request:set_shape > The serial parameter must match the latest wl_pointer.enter or > zwp_tablet_tool_v2.proximity_in serial number sent to the client. So we can't use wl.serial or wl.pointer_serial, because they are also updated in other places.