mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
xdg-shell: remove "xdg" from docs
This commit is contained in:
parent
41412cadbe
commit
70d4a30be3
1 changed files with 2 additions and 2 deletions
|
@ -332,7 +332,7 @@ uint32_t wlr_xdg_toplevel_set_tiled(struct wlr_xdg_toplevel *toplevel,
|
||||||
uint32_t tiled_edges);
|
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);
|
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);
|
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);
|
void wlr_xdg_popup_destroy(struct wlr_xdg_popup *popup);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue