Skip to content
Commit 323217fb authored by Samuel Thibault's avatar Samuel Thibault
Browse files

X11: keep the last MotionNotify when collapsing them

getNextXEvent collapses MotionNotify X11 events to avoid processing all of them
while only the latest one is useful.

The code was however actually returning the first MotionNotify instead of the
last one.  This properly overwrites MotionNotify events with the latest one.
parent 6c7a87be
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