From 11040d4942ed9210fcbca1d2d1001cb8d307b89d Mon Sep 17 00:00:00 2001 From: zccrs Date: Tue, 1 Jun 2021 19:42:25 +0800 Subject: Make the xdg_popup_get_position to public Rename the xdg_popup_get_position to wlr_xdg_popup_get_position --- include/wlr/types/wlr_xdg_shell.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index ec715bf4..856648f9 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -320,6 +320,11 @@ void wlr_xdg_toplevel_set_parent(struct wlr_xdg_surface *surface, **/ void wlr_xdg_popup_destroy(struct wlr_xdg_surface *surface); +/** + * Get the position for this popup in the surface parent's coordinate system. + */ +void wlr_xdg_popup_get_position(struct wlr_xdg_popup *popup, + double *popup_sx, double *popup_sy); /** * Get the geometry for this positioner based on the anchor rect, gravity, and * size of this positioner. -- cgit v1.2.3