[Bf-blender-cvs] [899eefd1bbe] master: GHOST/wayland: fix non-moving normal cursor

Christian Rauch noreply at git.blender.org
Thu Jun 3 19:24:16 CEST 2021


Commit: 899eefd1bbe968cd7ee05f8d16be95076b5395e3
Author: Christian Rauch
Date:   Mon May 24 22:10:58 2021 +0100
Branches: master
https://developer.blender.org/rB899eefd1bbe968cd7ee05f8d16be95076b5395e3

GHOST/wayland: fix non-moving normal cursor

===================================================================

M	intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 02785181b52..7b035879b9f 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -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);



More information about the Bf-blender-cvs mailing list