From 0f24d27e0b2d80cfa242b6158253af59ccee7120 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 31 Jan 2023 16:16:54 +0100 Subject: xdg-shell: rename wlr_xdg_popup.committed to sent_initial_configure We made a similar change to wlr_xdg_toplevel. --- 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 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; -- cgit v1.2.3