mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-04-13 19:36:26 +00:00
fix: Wayland resolution
1. Add filed `scale` in `message SwitchDisplay`(`message.proto`). 2. Add new function to get all display info. 3. Add help link of KDE Plasma Wayland. Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -81,3 +81,8 @@ winapi = { version = "0.3", features = [
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
osascript = "0.3"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.20.0", default-features = false, features = [
|
||||
"calloop",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user