portal: implement workspace capture
This commit is contained in:
parent
c6864a6d85
commit
33a0a40857
23 changed files with 518 additions and 50 deletions
|
|
@ -36,11 +36,7 @@ impl JayWorkspaceWatcher {
|
|||
id: jw.id,
|
||||
linear_id: workspace.id.raw(),
|
||||
});
|
||||
jw.send_linear_id(workspace);
|
||||
jw.send_name(workspace);
|
||||
jw.send_output(&workspace.output.get());
|
||||
jw.send_visible(workspace.visible.get());
|
||||
jw.send_done();
|
||||
jw.send_initial_properties(workspace);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue