ext-workspace: implement v1
This commit is contained in:
parent
2b76083d6e
commit
a4e197d92a
22 changed files with 948 additions and 4 deletions
31
wire/ext_workspace_group_handle_v1.txt
Normal file
31
wire/ext_workspace_group_handle_v1.txt
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
event capabilities {
|
||||
capabilities: u32,
|
||||
}
|
||||
|
||||
event output_enter {
|
||||
output: id(wl_output),
|
||||
}
|
||||
|
||||
event output_leave {
|
||||
output: id(wl_output),
|
||||
}
|
||||
|
||||
event workspace_enter {
|
||||
workspace: id(ext_workspace_handle_v1),
|
||||
}
|
||||
|
||||
event workspace_leave {
|
||||
workspace: id(ext_workspace_handle_v1),
|
||||
}
|
||||
|
||||
event removed {
|
||||
|
||||
}
|
||||
|
||||
request create_workspace {
|
||||
workspace: str,
|
||||
}
|
||||
|
||||
request destroy {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue