fix(desktop): normalize Linux Wayland/X11 backend and decoration policy (#13143)

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
This commit is contained in:
bnema
2026-02-16 06:24:28 +01:00
committed by GitHub
parent afd0716cbd
commit 60807846a9
4 changed files with 519 additions and 38 deletions

View File

@@ -2,6 +2,8 @@ mod cli;
mod constants;
#[cfg(target_os = "linux")]
pub mod linux_display;
#[cfg(target_os = "linux")]
pub mod linux_windowing;
mod logging;
mod markdown;
mod server;