autocommit 2022-02-01 23:33:59 CET
This commit is contained in:
parent
41c5f8cf89
commit
2dbe3ba732
21 changed files with 814 additions and 86 deletions
|
|
@ -53,6 +53,7 @@ mod backend;
|
|||
mod backends;
|
||||
mod client;
|
||||
mod clientmem;
|
||||
mod cursor;
|
||||
mod drm;
|
||||
mod event_loop;
|
||||
mod fixed;
|
||||
|
|
@ -116,6 +117,7 @@ fn main_() -> Result<(), MainError> {
|
|||
eng: engine.clone(),
|
||||
el: el.clone(),
|
||||
render_ctx: Default::default(),
|
||||
cursors: Default::default(),
|
||||
wheel,
|
||||
clients: Clients::new(),
|
||||
next_name: NumCell::new(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue