1
0
Fork 0
forked from wry/wry

autocommit 2022-02-01 23:33:59 CET

This commit is contained in:
Julian Orth 2022-02-01 23:33:59 +01:00
parent 41c5f8cf89
commit 2dbe3ba732
21 changed files with 814 additions and 86 deletions

View file

@ -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),