commit | 8c3c738718adf99d777cfdf37308806c231447ca | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Apr 30 16:52:30 2014 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Apr 30 16:52:30 2014 -0700 |
tree | 3fe55e827e4d2e7385b6ffdb1a5a4c35e5410c4a | |
parent | e5c1ae9368821379e0028cd8dc0fa7e039f84c21 [diff] |
xwayland: Handle race between multi-pointer motion and clicks Make sure we're looking at the right location. The frame could have received a motion event from a pointer from a different wl_seat, but under X it looks like our core pointer moved. Move the frame pointer to the button press location before deciding what to do.