Skip to content
Snippets Groups Projects
Commit 71d37e11 authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

Only check for known buttons in _NET_WM_MOVERESIZE


For _NET_WM_MOVERESIZE requests, if the given button does not match any
available physical button, we would wait for that (impossible) button
combination to be released.

Check that the given button is one of the well known button or just wait
for any button release otherwise.

That fixes an issue with KDE apps where clicking on the menu bar to move
the window would hang forever after the mouse button is depressed.

Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
parent 303fc7b5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment