grab: Expect motion events before touch-emulated button presses
requested to merge p12tic/xorg-integration-tests:grab-expect-motion-events-before-emulated-presses into master
The current server code for event is clear in that emulated motion events are expected before emulated button events. Update tests to match.
Note that in the case of pointer grabs, the first motion event is not reported because by that time the press event has not happened yet and the pointer grab is not yet active.
cc @whot
Edited by Povilas Kanapickas