Skip to content

Switch automatic composite update to WorkQueue

It is currently (ab)using the screen BlockHandler callback to do this. But this can cause problems with other extension as their block handlers might have executed before Composite's. And the operations Composite does might result in them wanting to change timeouts.

Practically this caused problems for TigerVNC's VNC extension which failed to send out updates for Composite's screen updates.

Original bug report in bugzilla:

https://bugs.freedesktop.org/show_bug.cgi?id=108005

Merge request reports