Skip to content
Commit d593a61b authored by Olivier Fourdan's avatar Olivier Fourdan 🛠 Committed by Jasper St. Pierre
Browse files

wayland: do not generate motion events

Mutter generates a motion event for every button and scroll events,
which confuses Xwayland apps that rely on XMotionEvents for various
purposes, e.g. it fools rxvt jumpy mouse detection code.

Remove the call to notify_motion() from the button and scroll event
handlers to avoid these spurious motion events.

https://bugzilla.gnome.org/show_bug.cgi?id=748705
parent 9747277b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment