diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-02-17 17:33:27 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-02-17 18:43:19 +0100 |
commit | 2ba25926dbd2a651f417c1f46c14b0d047e66dee (patch) | |
tree | a7670924b73a0820efaaa908651288ef50e56b87 /data | |
parent | fdbd5c1b5eb8596b574ad651afb74a7c59a14484 (diff) |
Add controller ENABLE_SMARTCARD message
Diffstat (limited to 'data')
-rw-r--r-- | data/spice-protocol.vapi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/spice-protocol.vapi b/data/spice-protocol.vapi index ae884a9..4cb1a2f 100644 --- a/data/spice-protocol.vapi +++ b/data/spice-protocol.vapi @@ -60,6 +60,8 @@ namespace SpiceProtocol { SHOW, HIDE, + ENABLE_SMARTCARD, + //spice client -> extrenal app MENU_ITEM_CLICK, } |