diff options
author | Simon Ser <contact@emersion.fr> | 2023-01-31 16:16:54 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-01-31 16:27:05 +0100 |
commit | 0f24d27e0b2d80cfa242b6158253af59ccee7120 (patch) | |
tree | fafe75a23725437c4f2abdd84a17ea6d8e5040b9 /include/wlr | |
parent | df0c926a7a5838bb1daab4ac884d7243b2ecb8ae (diff) |
xdg-shell: rename wlr_xdg_popup.committed to sent_initial_configure
We made a similar change to wlr_xdg_toplevel.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 03d7c92b..d017a2ae 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -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; |