Skip to content

Commit 6080784

Browse files
bnemaBrendonovich
andauthored
fix(desktop): normalize Linux Wayland/X11 backend and decoration policy (#13143)
Co-authored-by: Brendan Allan <[email protected]>
1 parent afd0716 commit 6080784

4 files changed

Lines changed: 519 additions & 38 deletions

File tree

packages/desktop/src-tauri/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ mod cli;
22
mod constants;
33
#[cfg(target_os = "linux")]
44
pub mod linux_display;
5+
#[cfg(target_os = "linux")]
6+
pub mod linux_windowing;
57
mod logging;
68
mod markdown;
79
mod server;

0 commit comments

Comments
 (0)