Skip to content

feedback-actor: Disable direct scanout during lifetime

Robert Mader requested to merge rmader/mutter:issue2470 into main
We only support feedback-actors, such as DnD-icons, in the compositing
path at the moment.

The approach is similar to how we handle certain shell elements.
Implementations need to ensure no references to the object keep
around longer that necessary.

Arguably this should be replaced by a more robust and implicit actor
hierachy detection in the direct scanout code at some point.

Closes #2470 (closed)

Edited by Robert Mader

Merge request reports