diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-01-08 22:52:52 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-02-02 21:06:12 +0300 |
commit | 70d4a30be36aa576828c61cda4008247ebc911c1 (patch) | |
tree | deffe9f918761b645ebe5a89b31f16b1443703bd /include/wlr | |
parent | 41412cadbef34e0c5d2f25e6b874c1ad4540ff01 (diff) |
xdg-shell: remove "xdg" from docs
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 736861e2..247bad15 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -332,7 +332,7 @@ uint32_t wlr_xdg_toplevel_set_tiled(struct wlr_xdg_toplevel *toplevel, uint32_t tiled_edges); /** - * Request that this xdg toplevel closes. + * Request that this toplevel closes. */ void wlr_xdg_toplevel_send_close(struct wlr_xdg_toplevel *toplevel); @@ -343,7 +343,7 @@ void wlr_xdg_toplevel_set_parent(struct wlr_xdg_toplevel *toplevel, struct wlr_xdg_toplevel *parent); /** - * Request that this xdg popup closes. + * Request that this popup closes. **/ void wlr_xdg_popup_destroy(struct wlr_xdg_popup *popup); |