[Spice-devel] [PATCH spice-xpi] idl: add missing attribute Smartcard to nsISpicec interface
Marc-André Lureau
marcandre.lureau at gmail.com
Fri Mar 2 03:29:18 PST 2012
Interestingly, this doesn't seem to prevent it from working
correctly. So this patch is mostly for correctness.
---
SpiceXPI/src/plugin/nsISpicec.idl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/SpiceXPI/src/plugin/nsISpicec.idl b/SpiceXPI/src/plugin/nsISpicec.idl
index f9f6f4b..5e6fd55 100644
--- a/SpiceXPI/src/plugin/nsISpicec.idl
+++ b/SpiceXPI/src/plugin/nsISpicec.idl
@@ -60,6 +60,7 @@ interface nsISpicec : nsISupports {
attribute boolean SendCtrlAltdelete;
attribute unsigned short UsbListenPort;
attribute boolean UsbAutoShare;
+ attribute boolean Smartcard;
void connect();
void show();
--
1.7.7.6
More information about the Spice-devel
mailing list