diff options
author | Simon Ser <contact@emersion.fr> | 2023-12-07 21:20:17 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-12-25 11:47:15 +0100 |
commit | a6122c3ec58b9f03fdf40be33d55bcb203c496ac (patch) | |
tree | 7d533940fb3e973d7d6c59b26dbb35f58c23aeed /include/wlr | |
parent | 0e3d2222c2cb6566f6f5f3912b7bddb45eb7e5e5 (diff) |
layer-shell-v1: use wlr_surface_synced
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_layer_shell_v1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_layer_shell_v1.h b/include/wlr/types/wlr_layer_shell_v1.h index fa0288be..eaf6af42 100644 --- a/include/wlr/types/wlr_layer_shell_v1.h +++ b/include/wlr/types/wlr_layer_shell_v1.h @@ -110,6 +110,10 @@ struct wlr_layer_surface_v1 { } events; void *data; + + // private state + + struct wlr_surface_synced synced; }; struct wlr_layer_shell_v1 *wlr_layer_shell_v1_create(struct wl_display *display, |