Skip to content

[Xwayland] Avoid syncing cursor shape during move resize operations

David Edmundson requested to merge work/cursor into master

On wayland cursors are managed by kwin. During a move resize operation kwin updates its own cursors in pointer_input. There is no need to sync any cursor changes back to the X server as we end up setting it twice.

Merge request reports