mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
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:
parent
e1a1dc4be5
commit
df0c926a7a
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue