Add controller message ENABLE_SMARTCARD

The sent message must be a ControllerValue whose value is either '0'
disabled, or '1' enabled.
This commit is contained in:
Marc-André Lureau 2012-02-17 17:29:25 +01:00
parent 54ef19ea33
commit d9de9213f2
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 10)
m4_define([SPICE_MICRO], 1)
m4_define([SPICE_MICRO], 2)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)

View File

@ -73,6 +73,8 @@ enum {
CONTROLLER_SHOW,
CONTROLLER_HIDE,
CONTROLLER_ENABLE_SMARTCARD,
//spice client -> extrenal app
CONTROLLER_MENU_ITEM_CLICK = 1001,
};