output: remove wl_output globals for mirrored displays

ref #6387
This commit is contained in:
Vaxry
2024-06-09 22:28:51 +02:00
parent 121c6ac3ea
commit 1423707dbe
6 changed files with 49 additions and 3 deletions

View File

@@ -105,3 +105,7 @@ void CWLOutputProtocol::remove() {
defunct = true;
removeGlobal();
}
bool CWLOutputProtocol::isDefunct() {
return defunct;
}