xdg-shell: use wlr_surface_synced for wlr_xdg_surface

This commit is contained in:
Simon Ser 2023-12-08 12:34:18 +01:00
parent 7e1ae5548c
commit 69d9a4e2cb
2 changed files with 37 additions and 18 deletions

View file

@ -281,6 +281,8 @@ struct wlr_xdg_surface {
// private state
struct wlr_surface_synced synced;
struct wl_listener role_resource_destroy;
};