aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-01-31 15:57:36 +0100
committerSimon Ser <contact@emersion.fr>2023-01-31 16:20:33 +0100
commitdf0c926a7a5838bb1daab4ac884d7243b2ecb8ae (patch)
tree52c09d6ad7808e27eab8423799c3988a828a8bb0 /include/wlr
parente1a1dc4be5eba4faa7c81ef9039278a4ae5ba6a9 (diff)
xdg-shell: rename wlr_xdg_toplevel.added to sent_initial_configure
This is more descriptive, and avoids the confusion with wlr_xdg_surface.added.
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_xdg_shell.h2
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 f2aae252..03d7c92b 100644
--- a/include/wlr/types/wlr_xdg_shell.h
+++ b/include/wlr/types/wlr_xdg_shell.h
@@ -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;