autocommit 2022-02-24 16:30:11 CET
This commit is contained in:
parent
666e475032
commit
7d28d30666
39 changed files with 1670 additions and 209 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(c_variadic, thread_local, label_break_value)]
|
||||
#![feature(c_variadic, thread_local, label_break_value, try_blocks)]
|
||||
#![allow(
|
||||
clippy::len_zero,
|
||||
clippy::needless_lifetimes,
|
||||
|
|
@ -178,7 +178,9 @@ fn main_() -> Result<(), MainError> {
|
|||
let _float_render_titles = engine.spawn2(Phase::PostLayout, float_titles(state.clone()));
|
||||
let socket_path = Acceptor::install(&state)?;
|
||||
forker.setenv(b"WAYLAND_DISPLAY", socket_path.as_bytes());
|
||||
let _xwayland = engine.spawn(xwayland::manage(state.clone()));
|
||||
el.run()?;
|
||||
drop(_xwayland);
|
||||
state.clients.clear();
|
||||
for (_, seat) in state.globals.seats.lock().deref() {
|
||||
seat.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue