Searched refs:winRect (Results 1 – 1 of 1) sorted by relevance
152 RECT winRect; in OsInitOS() local224 SetRect(&winRect, in OsInitOS()229 AdjustWindowRectEx(&winRect, WS_CAPTION|WS_SYSMENU, false, 0); in OsInitOS()231 x = m_pShell->m_pShellData->nShellPosX - winRect.left; in OsInitOS()232 winRect.left += x; in OsInitOS()233 winRect.right += x; in OsInitOS()235 y = m_pShell->m_pShellData->nShellPosY - winRect.top; in OsInitOS()236 winRect.top += y; in OsInitOS()237 winRect.bottom += y; in OsInitOS()246 x = winRect.left; in OsInitOS()[all …]