From df0c926a7a5838bb1daab4ac884d7243b2ecb8ae Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 31 Jan 2023 15:57:36 +0100 Subject: xdg-shell: rename wlr_xdg_toplevel.added to sent_initial_configure This is more descriptive, and avoids the confusion with wlr_xdg_surface.added. --- include/wlr/types/wlr_xdg_shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr') 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; -- cgit v1.2.3