diff options
author | emersion <contact@emersion.fr> | 2019-02-05 19:27:23 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-02-05 19:29:00 +0100 |
commit | 7f5967234c1bcd4a93252d8606bf0f5a647c7dfa (patch) | |
tree | 3cbdada3dd457e72c23c18b7a85acc0c55264d5f /include | |
parent | b2f56ad4a84229239f55a6e0235fa7b76a9b2feb (diff) |
xdg-shell: destroy child popups on unmap
It doesn't make sense to keep popups opened when unmapped. We also need to do
so in wlr_xdg_popup_destroy so that popups are destroyed in the correct order.
Diffstat (limited to 'include')
-rw-r--r-- | include/types/wlr_xdg_shell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/types/wlr_xdg_shell.h b/include/types/wlr_xdg_shell.h index 08a691bd..93058530 100644 --- a/include/types/wlr_xdg_shell.h +++ b/include/types/wlr_xdg_shell.h @@ -33,7 +33,6 @@ void create_xdg_popup(struct wlr_xdg_surface *xdg_surface, void handle_xdg_surface_popup_committed(struct wlr_xdg_surface *surface); struct wlr_xdg_popup_grab *get_xdg_shell_popup_grab_from_seat( struct wlr_xdg_shell *shell, struct wlr_seat *seat); -void destroy_xdg_popup(struct wlr_xdg_surface *surface); void create_xdg_toplevel(struct wlr_xdg_surface *xdg_surface, uint32_t id); |