Skip to content

Improve reactivity of polling-based activity

Samuel Thibault requested to merge sthibaul/compiz-core:doPoll into master

During periods of heavy rendering, timeToNextRedraw may remain 0 for a long time, and then doPoll does not get called at all. We should still call it so reaction to fd events can happen without waiting for heavy rendering to be finished.

Merge request reports