Skip to content
Snippets Groups Projects

Add ext-foreign-toplevel-list protocol

Merged i509VCB requested to merge i509VCB/wayland-protocols:ext-foreign-toplevel-info into main
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -207,12 +207,15 @@
<event name="identifier">
<description summary="a stable identifier for a toplevel">
This identifier is used to check if two toplevel handles are the same.
This identifier is used to check if two or more toplevel handles belong
to the same toplevel.
The identifier is useful for command line tools or privileged clients
which may need to reference an exact toplevel across processes or
instances of the ext_foreign_toplevel_list_v1 global.
The compositor must only send this event when the handle is created.
Compositors must ensure the identifier is the same for all handles of the
toplevel. The identifier is only valid as long as the toplevel is mapped.
If the toplevel is unmapped and then remapped in the future, the identifier
Loading