config: generate graphics-initialized event in the frontend
This commit is contained in:
parent
c30f4d7266
commit
5e21e00059
17 changed files with 56 additions and 29 deletions
|
|
@ -128,6 +128,7 @@ fn start_compositor2(
|
|||
el: el.clone(),
|
||||
render_ctx: Default::default(),
|
||||
render_ctx_version: NumCell::new(1),
|
||||
render_ctx_ever_initialized: Cell::new(false),
|
||||
cursors: Default::default(),
|
||||
wheel,
|
||||
clients: Clients::new(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue