compositor: add wlr_surface.events.precommit

This commit is contained in:
Simon Ser 2022-11-29 17:35:22 +01:00
parent bb0fd29252
commit 512deebd82
2 changed files with 4 additions and 0 deletions

View file

@ -140,6 +140,7 @@ struct wlr_surface {
struct {
struct wl_signal client_commit;
struct wl_signal precommit; // const struct wlr_surface_state *
struct wl_signal commit;
struct wl_signal new_subsurface;
struct wl_signal destroy;