Skip to content

Avoid moveReisze conflict

Sian Cao requested to merge scao/kwin:master into master

On wayland, moveReisze has been handled by MoveResizeFilter. there is a conflict with this motionNotifyEvent, since both of them will trigger a handleMoveResize but with different pos. and there is no specific order as which will happens first.

This is very easy to reproduce. just click on titlebar (CCD or SSD) and move a little, the client will shift its position a little bit randomly.

Merge request reports