mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
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:
parent
df0c926a7a
commit
0f24d27e0b
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue