mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45:58 +01:00
foreign toplevel: Fix whitespace error
This commit is contained in:
parent
b4ed8b3d74
commit
79c7591dc1
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@
|
||||||
<event name="parent" since="3">
|
<event name="parent" since="3">
|
||||||
<description summary="parent change">
|
<description summary="parent change">
|
||||||
This event is emitted whenever the parent of the toplevel changes.
|
This event is emitted whenever the parent of the toplevel changes.
|
||||||
|
|
||||||
No event is emitted when the parent handle is destroyed by the client.
|
No event is emitted when the parent handle is destroyed by the client.
|
||||||
</description>
|
</description>
|
||||||
<arg name="parent" type="object" interface="zwlr_foreign_toplevel_handle_v1" allow-null="true"/>
|
<arg name="parent" type="object" interface="zwlr_foreign_toplevel_handle_v1" allow-null="true"/>
|
||||||
|
|
Loading…
Reference in a new issue