mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
remove dangling declaration of wlr_xdg_surface_popup_get_position()
This commit is contained in:
parent
ce0ab4d4b5
commit
88e9dbe32e
1 changed files with 0 additions and 7 deletions
|
@ -299,13 +299,6 @@ uint32_t wlr_xdg_toplevel_set_tiled(struct wlr_xdg_surface *surface,
|
||||||
*/
|
*/
|
||||||
void wlr_xdg_surface_send_close(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
|
* Get the geometry for this positioner based on the anchor rect, gravity, and
|
||||||
* size of this positioner.
|
* size of this positioner.
|
||||||
|
|
Loading…
Reference in a new issue