mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
xdg shell: make unconstrain_from_box arg const
This commit is contained in:
parent
9192c0480a
commit
129e02b57d
2 changed files with 6 additions and 6 deletions
|
|
@ -346,7 +346,7 @@ void wlr_xdg_popup_get_toplevel_coords(struct wlr_xdg_popup *popup,
|
|||
* surface coordinate system.
|
||||
*/
|
||||
void wlr_xdg_popup_unconstrain_from_box(struct wlr_xdg_popup *popup,
|
||||
struct wlr_box *toplevel_sx_box);
|
||||
const struct wlr_box *toplevel_sx_box);
|
||||
|
||||
/**
|
||||
Invert the right/left anchor and gravity for this positioner. This can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue