Fix building with mock-backend
This commit is contained in:
parent
7037cd3d05
commit
fc784af1b9
2 changed files with 11 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ enum Msg {
|
|||
|
||||
#[derive(Clone, Debug)]
|
||||
struct Workspace {
|
||||
info: cctk::workspace::Workspace,
|
||||
info: backend::Workspace,
|
||||
// img_for_output: HashMap<wl_output::WlOutput, backend::CaptureImage>,
|
||||
img: Option<backend::CaptureImage>,
|
||||
outputs: HashSet<wl_output::WlOutput>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue