summaryrefslogtreecommitdiffstats
path: root/spice
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-02-17 17:29:25 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-02-17 17:39:22 +0100
commitd9de9213f26f43492fb329715aa8707e70a7cd56 (patch)
treee340e56f4c849d2f97dbfd15fd77778d4792e35a /spice
parent54ef19ea333423829357e5492094c6c1caf605ab (diff)
downloadspice-protocol-d9de9213f26f43492fb329715aa8707e70a7cd56.tar.gz
spice-protocol-d9de9213f26f43492fb329715aa8707e70a7cd56.tar.xz
spice-protocol-d9de9213f26f43492fb329715aa8707e70a7cd56.zip
Add controller message ENABLE_SMARTCARD
The sent message must be a ControllerValue whose value is either '0' disabled, or '1' enabled.
Diffstat (limited to 'spice')
-rw-r--r--spice/controller_prot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/spice/controller_prot.h b/spice/controller_prot.h
index 44d78e1..a60b122 100644
--- a/spice/controller_prot.h
+++ b/spice/controller_prot.h
@@ -73,6 +73,8 @@ enum {
CONTROLLER_SHOW,
CONTROLLER_HIDE,
+ CONTROLLER_ENABLE_SMARTCARD,
+
//spice client -> extrenal app
CONTROLLER_MENU_ITEM_CLICK = 1001,
};