[Spice-commits] SpiceXPI/src

Christophe Fergau teuf at kemper.freedesktop.org
Mon Mar 5 08:07:34 PST 2012


 SpiceXPI/src/plugin/plugin.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6fb8f5bd4e53cc9af728bfc678fdb9ae7897bac2
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Mon Mar 5 16:49:12 2012 +0100

    Default to enabling Ctrl+Alt+Del
    
    On Linux, the default behaviour of the client is to have
    Ctrl+Alt+Del passthrough enabled, so it's better to default to
    enabling it from the controller as well to avoid getting a different
    behaviour when the client handles controller messages about CAD.
    Thanks to Uri for this suggestion.

diff --git a/SpiceXPI/src/plugin/plugin.cpp b/SpiceXPI/src/plugin/plugin.cpp
index 1564b70..8fe7f73 100644
--- a/SpiceXPI/src/plugin/plugin.cpp
+++ b/SpiceXPI/src/plugin/plugin.cpp
@@ -236,7 +236,7 @@ NPBool nsPluginInstance::init(NPWindow *aWindow)
     m_smartcard = PR_FALSE;
     m_admin_console = PR_FALSE;
     m_no_taskmgr_execution = PR_FALSE;
-    m_send_ctrlaltdel = PR_FALSE;
+    m_send_ctrlaltdel = PR_TRUE;
 
     return m_initialized;
 }


More information about the Spice-commits mailing list