Skip to content
Commit 528d581a authored by Samuel Thibault's avatar Samuel Thibault Committed by Bileto Bot
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. (LP: #1728870)
parents 6c7a87be 0ee991b2
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