Skip to content

x11: Refuse starting move/resize operation with no pressed buttons

If the client is slow, kwin can receive _NET_WM_MOVERESIZE requests after user has released mouse buttons. Ideally, the window manager should refuse starting an interactive move/resize operation in such a case so it's still possible to finish moving or resizing the window by releasing mouse buttons.

Merge request reports