[client] wayland: make cursor change work without wl_pointer

This commit is contained in:
Quantum
2021-12-06 20:35:36 -05:00
committed by Geoffrey McRae
parent 43545a4e17
commit a5727262cd
3 changed files with 6 additions and 4 deletions

View File

@@ -304,6 +304,7 @@ static void handlePointerCapability(uint32_t capabilities)
{
wlWm.pointer = wl_seat_get_pointer(wlWm.seat);
wl_pointer_add_listener(wlWm.pointer, &pointerListener, NULL);
waylandSetPointer(wlWm.cursorId);
}
}