From c54d92b78fdef08d184e6de5ead4e515bbca73d1 Mon Sep 17 00:00:00 2001 From: crs Date: Tue, 11 Jun 2002 18:33:03 +0000 Subject: [PATCH] commented out half-duplex flags that should never have been uncommented. --- client/CXWindowsSecondaryScreen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/CXWindowsSecondaryScreen.cpp b/client/CXWindowsSecondaryScreen.cpp index 46a6b3f1..b4f12c8c 100644 --- a/client/CXWindowsSecondaryScreen.cpp +++ b/client/CXWindowsSecondaryScreen.cpp @@ -104,8 +104,8 @@ CXWindowsSecondaryScreen::open( // FIXME -- may have to get these from some database m_numLockHalfDuplex = false; m_capsLockHalfDuplex = false; - m_numLockHalfDuplex = true; - m_capsLockHalfDuplex = true; +// m_numLockHalfDuplex = true; +// m_capsLockHalfDuplex = true; // assume primary has all clipboards for (ClipboardID id = 0; id < kClipboardEnd; ++id) {