mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xdg-popup: validate positioner on reposition request
(cherry picked from commit 1e58e4006d)
This commit is contained in:
parent
9915b1c3ee
commit
388af6a62b
3 changed files with 20 additions and 8 deletions
|
|
@ -36,4 +36,9 @@ struct wlr_xdg_toplevel_configure *send_xdg_toplevel_configure(
|
|||
void handle_xdg_toplevel_ack_configure(struct wlr_xdg_toplevel *toplevel,
|
||||
struct wlr_xdg_toplevel_configure *configure);
|
||||
|
||||
/**
|
||||
* Returns true if a positioner is complete.
|
||||
*/
|
||||
bool wlr_xdg_positioner_is_complete(struct wlr_xdg_positioner *positioner);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue