Skip to content

Revert "Remove mysterious s_cursorUpdateBlocking boolean flag in pointer_input.cpp"

Vlad Zahorodnii requested to merge work/zzag/pointer-focus-xwayland into master

This reverts commit 3d0bdc56.

seat->setFocusedPointerSurface() before notifyPointerMotion() is needed to prevent sending a motion event that's outside the previously focused surface.

BUG: 449273


The credit for discovery of this issue goes to Fabian Vogt (@fvogt)

Merge request reports