diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 0b9167d2..8ca3a2b1 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -310,6 +310,12 @@ uint32_t wlr_xdg_toplevel_set_tiled(struct wlr_xdg_surface *surface, void wlr_xdg_toplevel_send_close(struct wlr_xdg_surface *surface); /** + * Sets the parent of this toplevel. Parent can be NULL. + */ +void wlr_xdg_toplevel_set_parent(struct wlr_xdg_surface *surface, + struct wlr_xdg_surface *parent); + +/** * Request that this xdg popup closes. **/ void wlr_xdg_popup_destroy(struct wlr_xdg_surface *surface); |