Skip to content

Flush events

Matthias Clasen requested to merge flush-events into master

Deliver the events we have before going to the paint phase of the frame cycle. The current behavior of just leaving them in the queue was introduced in 2013 in f50a3af1 to help with recursive mainloops. But those are no longer prevalent, and we don't want to add unnecessary latency to our event delivery.

Merge request reports