output: send enter events on late wl_output binds

fixes #6560
This commit is contained in:
Vaxry
2024-10-16 21:59:29 +01:00
parent 0baf166d39
commit 781828a56e
3 changed files with 29 additions and 0 deletions

View File

@@ -169,6 +169,8 @@ class CWLCompositorProtocol : public IWaylandProtocol {
virtual void bindManager(wl_client* client, void* data, uint32_t ver, uint32_t id);
void forEachSurface(std::function<void(SP<CWLSurfaceResource>)> fn);
struct {
CSignal newSurface; // SP<CWLSurfaceResource>
} events;