Skip to content

display: Handle late unredirect (un)inhibit calls

When tearing down, gnome-shell may call various methods a bit late, specifically before MetaDisplay is closed, but after MetaCompositor is freed.

Handle calls to the fullscreen unredirect inhibitation counters happening after MetaCompositor tear down by ignoring them. We're closing anyway, so it's not a problem.

Fixes: gnome-shell#1710 (closed)

Merge request reports