mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-05 01:47:59 +02:00
Merge branch 'ext-workspace-v1-focused' into 'main'
ext-workspace: add focused state See merge request wayland/wayland-protocols!486
This commit is contained in:
commit
1fa0440310
1 changed files with 8 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
THIS SOFTWARE.
|
||||
</copyright>
|
||||
|
||||
<interface name="ext_workspace_manager_v1" version="1">
|
||||
<interface name="ext_workspace_manager_v1" version="2">
|
||||
<description summary="list and control workspaces">
|
||||
Workspaces, also called virtual desktops, are groups of surfaces. A
|
||||
compositor with a concept of workspaces may only show some such groups of
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
|
||||
</interface>
|
||||
|
||||
<interface name="ext_workspace_group_handle_v1" version="1">
|
||||
<interface name="ext_workspace_group_handle_v1" version="2">
|
||||
<description summary="a workspace group assigned to a set of outputs">
|
||||
A ext_workspace_group_handle_v1 object represents a workspace group
|
||||
that is assigned a set of outputs and contains a number of workspaces.
|
||||
|
|
@ -231,7 +231,7 @@
|
|||
</request>
|
||||
</interface>
|
||||
|
||||
<interface name="ext_workspace_handle_v1" version="1">
|
||||
<interface name="ext_workspace_handle_v1" version="2">
|
||||
<description summary="a workspace handing a group of surfaces">
|
||||
A ext_workspace_handle_v1 object represents a workspace that handles a
|
||||
group of surfaces.
|
||||
|
|
@ -319,6 +319,11 @@
|
|||
display such workspaces.
|
||||
</description>
|
||||
</entry>
|
||||
<entry name="focused" value="8" since="2">
|
||||
<description summary="the workspace is focused">
|
||||
The workspace itself, or a surface within it, is focused.
|
||||
</description>
|
||||
</entry>
|
||||
</enum>
|
||||
|
||||
<event name="state">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue