GHOST/wayland: fix non-moving normal cursor

This commit is contained in:
Christian Rauch 2021-05-24 22:10:58 +01:00
parent 72607feb91
commit 899eefd1bb
1 changed files with 1 additions and 0 deletions

View File

@ -1883,6 +1883,7 @@ GHOST_TSuccess GHOST_SystemWayland::setCursorGrab(const GHOST_TGrabCursorMode mo
break;
case GHOST_kGrabNormal:
break;
case GHOST_kGrabWrap:
input->relative_pointer = zwp_relative_pointer_manager_v1_get_relative_pointer(
d->relative_pointer_manager, input->pointer);