Merge branch 'ext-workspace-output-clarify' into 'main'

ext-workspace: clarify that an output can have multiple workspace groups

See merge request wayland/wayland-protocols!477
This commit is contained in:
Daniel Kondor 2025-12-19 22:31:33 +00:00
commit c525958a4e

View file

@ -167,7 +167,8 @@
<description summary="output assigned to workspace group"> <description summary="output assigned to workspace group">
This event is emitted whenever an output is assigned to the workspace This event is emitted whenever an output is assigned to the workspace
group or a new `wl_output` object is bound by the client, which was already group or a new `wl_output` object is bound by the client, which was already
assigned to this workspace_group. assigned to this workspace_group. Note that an output can be assigned to
multiple workspace groups at a time.
</description> </description>
<arg name="output" type="object" interface="wl_output"/> <arg name="output" type="object" interface="wl_output"/>
</event> </event>