aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-12-07 21:20:17 +0100
committerSimon Ser <contact@emersion.fr>2023-12-25 11:47:15 +0100
commita6122c3ec58b9f03fdf40be33d55bcb203c496ac (patch)
tree7d533940fb3e973d7d6c59b26dbb35f58c23aeed /include
parent0e3d2222c2cb6566f6f5f3912b7bddb45eb7e5e5 (diff)
layer-shell-v1: use wlr_surface_synced
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_layer_shell_v1.h4
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,