subcompositor: use surface transactions

This commit is contained in:
Kirill Primak 2024-01-09 21:07:20 +03:00
parent 8fa8df47e5
commit f8030ef5ae
2 changed files with 16 additions and 3 deletions

View file

@ -39,6 +39,7 @@ struct wlr_subsurface {
bool added;
struct wl_listener surface_client_commit;
struct wl_listener parent_client_commit;
struct wl_listener parent_destroy;
struct {