commented out half-duplex flags that should never have been

uncommented.
This commit is contained in:
crs 2002-06-11 18:33:03 +00:00
parent 88490de5a2
commit c54d92b78f
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ CXWindowsSecondaryScreen::open(
// FIXME -- may have to get these from some database // FIXME -- may have to get these from some database
m_numLockHalfDuplex = false; m_numLockHalfDuplex = false;
m_capsLockHalfDuplex = false; m_capsLockHalfDuplex = false;
m_numLockHalfDuplex = true; // m_numLockHalfDuplex = true;
m_capsLockHalfDuplex = true; // m_capsLockHalfDuplex = true;
// assume primary has all clipboards // assume primary has all clipboards
for (ClipboardID id = 0; id < kClipboardEnd; ++id) { for (ClipboardID id = 0; id < kClipboardEnd; ++id) {