xwayland: Add initial support
This commit is contained in:
parent
78ffe3a93d
commit
1d28574088
23 changed files with 781 additions and 185 deletions
|
|
@ -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(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue