mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 14:41:28 +03:00
scrap: style (#10445)
This commit is contained in:
@@ -13,12 +13,12 @@ cfg_if! {
|
|||||||
} else if #[cfg(x11)] {
|
} else if #[cfg(x11)] {
|
||||||
cfg_if! {
|
cfg_if! {
|
||||||
if #[cfg(feature="wayland")] {
|
if #[cfg(feature="wayland")] {
|
||||||
mod linux;
|
mod linux;
|
||||||
mod wayland;
|
mod wayland;
|
||||||
mod x11;
|
mod x11;
|
||||||
pub use self::linux::*;
|
pub use self::linux::*;
|
||||||
pub use self::wayland::set_map_err;
|
pub use self::wayland::set_map_err;
|
||||||
pub use self::x11::PixelBuffer;
|
pub use self::x11::PixelBuffer;
|
||||||
} else {
|
} else {
|
||||||
mod x11;
|
mod x11;
|
||||||
pub use self::x11::*;
|
pub use self::x11::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user