summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--spice/controller_prot.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e1c3861..9047742 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
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,
};