diff options
-rw-r--r-- | protocol/wlr-foreign-toplevel-management-unstable-v1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wlr-foreign-toplevel-management-unstable-v1.xml b/protocol/wlr-foreign-toplevel-management-unstable-v1.xml index 206143b4..10813371 100644 --- a/protocol/wlr-foreign-toplevel-management-unstable-v1.xml +++ b/protocol/wlr-foreign-toplevel-management-unstable-v1.xml @@ -261,7 +261,7 @@ <event name="parent" since="3"> <description summary="parent change"> This event is emitted whenever the parent of the toplevel changes. - + No event is emitted when the parent handle is destroyed by the client. </description> <arg name="parent" type="object" interface="zwlr_foreign_toplevel_handle_v1" allow-null="true"/> |