Searched refs:rcOther (Results 1 – 1 of 1) sorted by relevance
3038 RECT rcVim, rcOther, rcDest; in get_scroll_flags() local3049 GetWindowRect(hwnd, &rcOther); in get_scroll_flags()3050 if (IntersectRect(&rcDest, &rcVim, &rcOther)) in get_scroll_flags()