refactor(command): 从 switch_workspace 命令中移除冗余的 output 字段

This commit is contained in:
2026-05-04 17:52:36 +08:00
parent 12bfce4745
commit ecc9834b03
2 changed files with 17 additions and 23 deletions

View File

@@ -21,7 +21,6 @@ typedef struct manage_window_command_t {
} manage_window_command_t;
typedef struct switch_workspace_command_t {
output_id_t output;
workspace_id_t workspace;
} switch_workspace_command_t;