Skip to content

xwayland: Avoid forwarding spurious mouse events

David Edmundson requested to merge work/d_ed/button_udpate into master

pointerEvents contain all motion events, the xwayland filter is only concerned with forwarding clicks. Right now we would update an invalid button state constantly. It did nothing harmful but was still a bit silly.

Merge request reports