mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
compositor: add wlr_surface.events.precommit
This commit is contained in:
parent
bb0fd29252
commit
512deebd82
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue