mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 14:31:28 +03:00
Merge branch 'master' into lan_discovery
This commit is contained in:
@@ -66,6 +66,7 @@ message MouseEvent {
|
||||
}
|
||||
|
||||
enum ControlKey {
|
||||
Unknown = 0;
|
||||
Alt = 1;
|
||||
Backspace = 2;
|
||||
CapsLock = 3;
|
||||
@@ -342,7 +343,6 @@ message PublicKey {
|
||||
|
||||
message SignedId {
|
||||
bytes id = 1;
|
||||
bytes pk = 2;
|
||||
}
|
||||
|
||||
message AudioFormat {
|
||||
|
||||
Reference in New Issue
Block a user