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:
fufesou
2025-11-04 10:45:32 +08:00
parent 9b53baeffe
commit 4fe91763b7
4 changed files with 101 additions and 0 deletions

View File

@@ -607,6 +607,7 @@ message SwitchDisplay {
SupportedResolutions resolutions = 7;
// Do not care about the origin point for now.
Resolution original_resolution = 8;
double scale = 9;
}
message CaptureDisplays {