mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
xdg-shell: fix wlr_xdg_popup_destroy() docs
This commit is contained in:
parent
65f6f556d9
commit
078540e086
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue