tests/stacking: Add workspace management commands

New commands to set the number of workspaces, activate a workspace, with
and without focus, move windows to specific workspaces, and check the
stacking on a specific workspace.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2489>
This commit is contained in:
Sebastian Wick
2022-07-07 15:47:10 +02:00
committed by Marge Bot
parent b4b9a7c90f
commit ed7a9af62a
5 changed files with 199 additions and 7 deletions

View File

@ -89,6 +89,7 @@ void meta_workspace_manager_workspace_switched (MetaWorkspaceManager *workspace_
int to,
MetaMotionDirection direction);
META_EXPORT_TEST
void meta_workspace_manager_update_num_workspaces (MetaWorkspaceManager *workspace_manager,
guint32 timestamp,
int new_num);