aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-01-08 22:52:56 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-02-02 21:06:12 +0300
commit88f30404386ce305b436b3877a56034eada3060f (patch)
tree0d950f657d082d28e0ea86828ac7935afcfa8373 /include
parentd2b36b7bd1847ff9e3748bff5edbbf9b2ea8a71a (diff)
xdg-popup: destroy popup-less grab
This also fixes a seat destruction segfaulting if xdg-shell was destroyed first.
Diffstat (limited to 'include')
-rw-r--r--include/types/wlr_xdg_shell.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/types/wlr_xdg_shell.h b/include/types/wlr_xdg_shell.h
index 0c2b5cd5..c0f97798 100644
--- a/include/types/wlr_xdg_shell.h
+++ b/include/types/wlr_xdg_shell.h
@@ -32,8 +32,6 @@ void create_xdg_popup(struct wlr_xdg_surface *surface,
struct wlr_xdg_positioner_resource *positioner, uint32_t id);
void unmap_xdg_popup(struct wlr_xdg_popup *popup);
void handle_xdg_popup_committed(struct wlr_xdg_popup *popup);
-struct wlr_xdg_popup_grab *get_xdg_shell_popup_grab_from_seat(
- struct wlr_xdg_shell *shell, struct wlr_seat *seat);
void create_xdg_toplevel(struct wlr_xdg_surface *surface,
uint32_t id);