wayland/compositor: introduce client commit events

This commit is contained in:
Vaxry
2024-08-07 17:04:43 +02:00
parent a399f98c68
commit ea72831541
3 changed files with 6 additions and 3 deletions

View File

@@ -75,8 +75,9 @@ class CWLSurfaceResource {
Vector2D sourceSize();
struct {
CSignal precommit;
CSignal commit;
CSignal precommit; // before commit
CSignal roleCommit; // commit for role objects, before regular commit
CSignal commit; // after commit
CSignal map;
CSignal unmap;
CSignal newSubsurface;