From facc5aa359f87626f96301a3febfe53a8d485938 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 13 May 2018 12:49:45 +0100 Subject: xdg-shell-v6: split into separate files --- include/wlr/types/wlr_xdg_shell_v6.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 3d35520b..bce645da 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -242,12 +242,6 @@ uint32_t wlr_xdg_toplevel_v6_set_resizing(struct wlr_xdg_surface_v6 *surface, */ void wlr_xdg_surface_v6_send_close(struct wlr_xdg_surface_v6 *surface); -/** - * Compute the popup position in its parent's surface-local coordinate system. - */ -void wlr_xdg_surface_v6_popup_get_position(struct wlr_xdg_surface_v6 *surface, - double *popup_sx, double *popup_sy); - /** * Find a surface within this xdg-surface tree at the given surface-local * coordinates. Returns the surface and coordinates in the leaf surface -- cgit v1.2.3