From 15f039b440ad28a2f599e4f21310e4a5b11a94d1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 5 Mar 2012 12:30:56 +0100 Subject: Add controller message for "SEND_CAD" --- SpiceXPI/src/plugin/plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'SpiceXPI') diff --git a/SpiceXPI/src/plugin/plugin.cpp b/SpiceXPI/src/plugin/plugin.cpp index 220ac39..1564b70 100644 --- a/SpiceXPI/src/plugin/plugin.cpp +++ b/SpiceXPI/src/plugin/plugin.cpp @@ -651,6 +651,7 @@ void nsPluginInstance::Connect() SendStr(CONTROLLER_PASSWORD, m_password.c_str()); SendStr(CONTROLLER_TLS_CIPHERS, m_cipher_suite.c_str()); SendStr(CONTROLLER_SET_TITLE, m_title.c_str()); + SendBool(CONTROLLER_SEND_CAD, m_send_ctrlaltdel); /* * HACK -- remove leading s from m_SSLChannels, e.g. "main" not "smain" -- cgit v1.2.3