Skip to content

Fix a crash when creating views on the placeholder screen

David Edmundson requested to merge work/placeholder into master

When a compositor has no outputs listed Qt creates a dummy placeholder QScreen object that does not represent a wl_output.

This should still be fixed in the clients to not create a view, it's wasteful and probably will still have plenty of other bugs, hence the giant warning, but it's still worth guarding.

CCBUG: 439096

Merge request reports