xwayland: Add initial support

This commit is contained in:
Victoria Brekenfeld 2023-01-18 20:23:41 +01:00
parent 78ffe3a93d
commit 1d28574088
23 changed files with 781 additions and 185 deletions

View file

@ -241,6 +241,7 @@ pub fn init_backend(
#[cfg(feature = "debug")]
fps,
});
state
.common
.output_configuration_state
@ -255,6 +256,8 @@ pub fn init_backend(
&state.common.event_loop_handle,
);
state.launch_xwayland(None);
Ok(())
}