Skip to content

Commit

Permalink
Bump versions in cosmic-workspace-unstable-v1
Browse files Browse the repository at this point in the history
Previously only `zcosmic_workspace_handle_v1` had been bumped, but the
global and all types created from the global need to be updated.

This was causing an error running the `workspaces` example.
  • Loading branch information
ids1024 committed Jan 10, 2024
1 parent 3754528 commit 1dfdd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unstable/cosmic-workspace-unstable-v1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
THIS SOFTWARE.
</copyright>

<interface name="zcosmic_workspace_manager_v1" version="1">
<interface name="zcosmic_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
Expand Down Expand Up @@ -110,7 +110,7 @@
</request>
</interface>

<interface name="zcosmic_workspace_group_handle_v1" version="1">
<interface name="zcosmic_workspace_group_handle_v1" version="2">
<description summary="a workspace group assigned to a set of outputs">
A zcosmic_workspace_group_handle_v1 object represents a a workspace group
that is assigned a set of outputs and contains a number of workspaces.
Expand Down

0 comments on commit 1dfdd3e

Please sign in to comment.