From d9de9213f26f43492fb329715aa8707e70a7cd56 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 17 Feb 2012 17:29:25 +0100 Subject: Add controller message ENABLE_SMARTCARD The sent message must be a ControllerValue whose value is either '0' disabled, or '1' enabled. --- spice/controller_prot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spice') 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, }; -- cgit