layer-shell-v1: use wlr_surface_synced

This commit is contained in:
Simon Ser 2023-12-07 21:20:17 +01:00
parent 0e3d2222c2
commit a6122c3ec5
2 changed files with 84 additions and 50 deletions

View file

@ -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,