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

@ -46,6 +46,10 @@ class CWLOutputProtocol : public IWaylandProtocol {
void remove();
bool isDefunct(); // true if above was called
struct {
CSignal outputBound;
} m_events;
private:
void destroyResource(CWLOutputResource* resource);