diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-02-05 20:24:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 20:24:12 +0100 |
commit | 8cf7aa3bbec47a03687fb2b5d2ef406c10c11ec5 (patch) | |
tree | 3cbdada3dd457e72c23c18b7a85acc0c55264d5f /include | |
parent | b2f56ad4a84229239f55a6e0235fa7b76a9b2feb (diff) | |
parent | 7f5967234c1bcd4a93252d8606bf0f5a647c7dfa (diff) |
Merge pull request #1530 from emersion/unmap-destroy-popups
xdg-shell: destroy child popups on unmap
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); |