input: Don't cache pointer grab interface between calls to focus and motion
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 4 Jul 2013 04:58:07 +0000 (00:58 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 4 Jul 2013 05:00:16 +0000 (01:00 -0400)
commitda751b8f9a16177b56399f10ca193b4c8b746ad8
tree39cb87d35e81c996e86a7da624518b682066cc03
parentc9974a0796fe2934299f10dc3a879d29c7045859
input: Don't cache pointer grab interface between calls to focus and motion

The focus callback for the current grab can change the grab, so we have
to make sure we call the motion callback for the currently active grab.

https://bugs.freedesktop.org/show_bug.cgi?id=65961
src/input.c