bridge.cpp (7d0b5482) | bridge.cpp (69b08be0) |
---|---|
1/* 2 * PROJECT: ReactOS msctfime.ime 3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) 4 * PURPOSE: Bridge 5 * COPYRIGHT: Copyright 2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> 6 */ 7 8#include "msctfime.h" --- 217 unchanged lines hidden (view full) --- 226 227 CicInputContext *pCicIC = imeContext.get().m_pCicIC; 228 if (pCicIC) 229 pCicIC->m_bSelecting = TRUE; 230 231 if (fSelect) 232 { 233 if (pCicIC) | 1/* 2 * PROJECT: ReactOS msctfime.ime 3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) 4 * PURPOSE: Bridge 5 * COPYRIGHT: Copyright 2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> 6 */ 7 8#include "msctfime.h" --- 217 unchanged lines hidden (view full) --- 226 227 CicInputContext *pCicIC = imeContext.get().m_pCicIC; 228 if (pCicIC) 229 pCicIC->m_bSelecting = TRUE; 230 231 if (fSelect) 232 { 233 if (pCicIC) |
234 pCicIC->m_dwUnknown6[1] &= ~1; | 234 pCicIC->m_bCandidateOpen = FALSE; |
235 if (imcLock.get().fOpen) 236 OnSetOpenStatus(pTLS, pThreadMgr, imcLock, pCicIC); 237 } 238 else 239 { 240 ITfContext *pContext = GetInputContext(imeContext); 241 pThreadMgr->RequestPostponedLock(pContext); 242 if (pCicIC) --- 368 unchanged lines hidden --- | 235 if (imcLock.get().fOpen) 236 OnSetOpenStatus(pTLS, pThreadMgr, imcLock, pCicIC); 237 } 238 else 239 { 240 ITfContext *pContext = GetInputContext(imeContext); 241 pThreadMgr->RequestPostponedLock(pContext); 242 if (pCicIC) --- 368 unchanged lines hidden --- |