protocols: add ext-workspace implementation (#10818)

This commit is contained in:
outfoxxed 2025-06-26 09:32:44 -07:00 committed by GitHub
parent 1f337a7a5e
commit 3bbdf9dc5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 510 additions and 22 deletions

View file

@ -107,6 +107,7 @@ void CWLOutputProtocol::bindManager(wl_client* client, void* data, uint32_t ver,
RESOURCE->m_self = RESOURCE;
RESOURCE->m_owner = m_self;
m_events.outputBound.emit(RESOURCE);
}
void CWLOutputProtocol::destroyResource(CWLOutputResource* resource) {