Skip to content

Draft: pointer_input: don't update focused pointer surface during moveresize

Yifan Zhu requested to merge work/fanzhuyifan/focus into master

When using keyboard shortcut or context menu to move/resize, buttons are not pressed, so a surface enter event is incorrectly sent.

BUG: 481149

My first attempt hacking this part of kwin, so please let me know if I am implementing this wrong.

Do I need to add a test case for this?

Merge request reports