mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-18 10:21:03 +03:00
Preserve legacy macOS cursor dimensions with optional Retina artwork
This commit is contained in:
@@ -318,6 +318,8 @@ message CursorData {
|
||||
bytes colors = 6;
|
||||
// Physical bitmap pixels per remote logical pixel; 0 means unknown density.
|
||||
double scale = 7;
|
||||
// Optional physical image. Legacy receivers keep using the logical-sized fields above.
|
||||
CursorData high_resolution = 8;
|
||||
}
|
||||
|
||||
message CursorPosition {
|
||||
|
||||
Reference in New Issue
Block a user