Preserve legacy macOS cursor dimensions with optional Retina artwork

This commit is contained in:
fufesou
2026-09-13 23:17:21 +08:00
parent 819535f1db
commit fbfa37c8fd
7 changed files with 78 additions and 9 deletions

View File

@@ -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 {