commit | db1fccb3d8951bf788b308a9e93f282af96d4a01 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Feb 05 17:14:42 2014 -0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Feb 18 13:47:41 2014 -0800 |
tree | 19f525f692298fdd38c35d22f2e57c9c393700a6 | |
parent | dd62abafa1d14a92c2ae00e3e366ebbbdff88d86 [diff] |
input: Send leave and enter pair when the surface moves under the cursor The client needs to know that the pointer is at a different position in its surface. We can't send motion as that corresponds to the pointer actually moving. Leaving the surface and entering at the new position is a better semantic match and doesn't correspond to pointer motion or user input. https://bugs.freedesktop.org/show_bug.cgi?id=71927