shell: add workspace helper module
This commit is contained in:
parent
74a4ed1058
commit
e0da1e779b
7 changed files with 256 additions and 20 deletions
|
|
@ -9,6 +9,7 @@ use anyhow::{Context, Result};
|
|||
use slog::Drain;
|
||||
|
||||
pub mod backend;
|
||||
pub mod shell;
|
||||
pub mod state;
|
||||
pub mod utils;
|
||||
|
||||
|
|
@ -38,9 +39,6 @@ fn main() -> Result<()> {
|
|||
}
|
||||
|
||||
// trigger routines
|
||||
state
|
||||
.spaces
|
||||
.send_frames(false, state.start_time.elapsed().as_millis() as u32);
|
||||
state.spaces.refresh();
|
||||
|
||||
// send out events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue