mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
source code
This commit is contained in:
10
libs/scrap/src/x11/mod.rs
Normal file
10
libs/scrap/src/x11/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
pub use self::capturer::*;
|
||||
pub use self::display::*;
|
||||
pub use self::iter::*;
|
||||
pub use self::server::*;
|
||||
|
||||
mod capturer;
|
||||
mod display;
|
||||
mod ffi;
|
||||
mod iter;
|
||||
mod server;
|
||||
Reference in New Issue
Block a user