[Spice-commits] spice.proto spice-protocol
Marc-André Lureau
elmarco at kemper.freedesktop.org
Mon Aug 27 08:37:12 PDT 2012
spice-protocol | 2 +-
spice.proto | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 86e286ba2003c206e700fd70ec67c1cf4ac8d8a6
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date: Wed Aug 15 12:52:43 2012 +0300
inputs: add a INPUTS_KEY_SCANCODE message
Add a new arbitrary keyboard scancodes message.
For now, it will be used to avoid unwanted key repeatition when there
is jitter in the network and too much time between DOWN and UP
messages, instead the client will send the press & release scancode in
a sequence.
See also: https://bugzilla.redhat.com/show_bug.cgi?id=812347
diff --git a/spice-protocol b/spice-protocol
index 3838ad1..3b619bd 160000
--- a/spice-protocol
+++ b/spice-protocol
@@ -1 +1 @@
-Subproject commit 3838ad140a046c4ddf42fef58c9727ecfdc09f9f
+Subproject commit 3b619bd9c14a2557d82d88d2bd28a02c45a9ea76
diff --git a/spice.proto b/spice.proto
index 2ef4dd6..315ab91 100644
--- a/spice.proto
+++ b/spice.proto
@@ -934,6 +934,8 @@ channel InputsChannel : BaseChannel {
keyboard_modifier_flags modifiers;
} @ctype(SpiceMsgcKeyModifiers) key_modifiers;
+ Data key_scancode;
+
message {
int32 dx;
int32 dy;
More information about the Spice-commits
mailing list