diff options
author | Ilia Bozhinov <ammen99@gmail.com> | 2018-08-09 07:55:20 +0300 |
---|---|---|
committer | Ilia Bozhinov <ammen99@gmail.com> | 2018-08-09 07:55:20 +0300 |
commit | 88e9dbe32e5e61e1dcaaa368b5016235b9042283 (patch) | |
tree | 51646150655d79b929f5951ce9707074a16a7e7e /include/wlr | |
parent | ce0ab4d4b5f4f396e807c1c580274d68b3efa43c (diff) |
remove dangling declaration of wlr_xdg_surface_popup_get_position()
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index a067c62e..6304bfc1 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -300,13 +300,6 @@ uint32_t wlr_xdg_toplevel_set_tiled(struct wlr_xdg_surface *surface, void wlr_xdg_surface_send_close(struct wlr_xdg_surface *surface); /** - * Compute the popup position in its parent's surface-local coordinate system. - * This aborts if called for popups whose parent is not an xdg_surface. - */ -void wlr_xdg_surface_popup_get_position(struct wlr_xdg_surface *surface, - double *popup_sx, double *popup_sy); - -/** * Get the geometry for this positioner based on the anchor rect, gravity, and * size of this positioner. */ |