xdg-shell: rename wlr_xdg_popup.committed to sent_initial_configure

We made a similar change to wlr_xdg_toplevel.
This commit is contained in:
Simon Ser 2023-01-31 16:16:54 +01:00
parent df0c926a7a
commit 0f24d27e0b
2 changed files with 5 additions and 5 deletions

View file

@ -99,7 +99,7 @@ struct wlr_xdg_popup {
struct wl_list link;
struct wl_resource *resource;
bool committed;
bool sent_initial_configure;
struct wlr_surface *parent;
struct wlr_seat *seat;