mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] wayland: make cursor change work without wl_pointer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user