xdg-shell: rename wlr_xdg_toplevel.added to sent_initial_configure

This is more descriptive, and avoids the confusion with
wlr_xdg_surface.added.
This commit is contained in:
Simon Ser 2023-01-31 15:57:36 +01:00
parent e1a1dc4be5
commit df0c926a7a
2 changed files with 4 additions and 4 deletions

View file

@ -172,7 +172,7 @@ struct wlr_xdg_toplevel_requested {
struct wlr_xdg_toplevel {
struct wl_resource *resource;
struct wlr_xdg_surface *base;
bool added;
bool sent_initial_configure;
struct wlr_xdg_toplevel *parent;
struct wl_listener parent_unmap;