xdg-shell: use wlr_surface_synced for toplevel

This commit is contained in:
Simon Ser 2023-12-04 22:43:27 +01:00
parent 69d9a4e2cb
commit 9201431c29
4 changed files with 41 additions and 7 deletions

View file

@ -208,6 +208,10 @@ struct wlr_xdg_toplevel {
struct wl_signal set_title;
struct wl_signal set_app_id;
} events;
// private state
struct wlr_surface_synced synced;
};
struct wlr_xdg_surface_configure {