From 078540e086c8dd80905dc95e8dcb6ab05ad52030 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 9 Oct 2023 22:06:39 +0300 Subject: [PATCH] xdg-shell: fix wlr_xdg_popup_destroy() docs --- include/wlr/types/wlr_xdg_shell.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index a67f32ac..536cd90b 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -421,8 +421,9 @@ bool wlr_xdg_toplevel_set_parent(struct wlr_xdg_toplevel *toplevel, struct wlr_xdg_toplevel *parent); /** - * Request that this popup closes. - **/ + * Notify the client that the popup has been dismissed and destroy the + * struct wlr_xdg_popup, rendering the resource inert. + */ void wlr_xdg_popup_destroy(struct wlr_xdg_popup *popup); /**