mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 22:21:29 +03:00
feat: cursor, linux (#12822)
* feat: cursor, linux Signed-off-by: fufesou <linlong1266@gmail.com> * refact: cursor, text, white background Signed-off-by: fufesou <linlong1266@gmail.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -5,8 +5,12 @@ mod server;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
mod windows;
|
||||
#[cfg(target_os = "linux")]
|
||||
mod linux;
|
||||
#[cfg(target_os = "macos")]
|
||||
mod macos;
|
||||
#[cfg(any(target_os = "windows", target_os = "linux"))]
|
||||
mod win_linux;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
use windows::create_event_loop;
|
||||
|
||||
Reference in New Issue
Block a user