aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-29 17:35:22 +0100
committerSimon Ser <contact@emersion.fr>2022-12-05 10:51:46 +0100
commit512deebd82ce200305869a706a3cb046d7077eb3 (patch)
tree0b2146dcc91f18af47e86b44262a6e1278507802 /include/wlr
parentbb0fd29252a9b4eb91358c30e8fd393a27d52d4d (diff)
compositor: add wlr_surface.events.precommit
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_compositor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_compositor.h b/include/wlr/types/wlr_compositor.h
index 55d83fe8..75d6605f 100644
--- a/include/wlr/types/wlr_compositor.h
+++ b/include/wlr/types/wlr_compositor.h
@@ -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;