xwayland: Add initial support
This commit is contained in:
parent
78ffe3a93d
commit
1d28574088
23 changed files with 781 additions and 185 deletions
|
|
@ -13,6 +13,8 @@ use std::{ffi::OsString, os::unix::prelude::AsRawFd, sync::Arc};
|
|||
|
||||
pub mod backend;
|
||||
pub mod config;
|
||||
#[cfg(feature = "debug")]
|
||||
pub mod debug;
|
||||
pub mod input;
|
||||
mod logger;
|
||||
pub mod session;
|
||||
|
|
@ -21,9 +23,7 @@ pub mod state;
|
|||
pub mod systemd;
|
||||
pub mod utils;
|
||||
pub mod wayland;
|
||||
|
||||
#[cfg(feature = "debug")]
|
||||
pub mod debug;
|
||||
pub mod xwayland;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
// setup logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue