Searched refs:rct (Results 1 – 1 of 1) sorted by relevance
2918 RECT rct; in gui_mch_getmouse() local2921 (void)GetWindowRect(s_textArea, &rct); in gui_mch_getmouse()2923 *x = (int)(mp.x - rct.left); in gui_mch_getmouse()2924 *y = (int)(mp.y - rct.top); in gui_mch_getmouse()2933 RECT rct; in gui_mch_setmouse() local4886 RECT rct; in _WndProc() local4890 GetWindowRect(s_textArea, &rct); in _WndProc()4891 if (yPos < rct.top) in _WndProc()6676 RECT rct; in rebuild_tearoff() local6684 && GetWindowRect(s_hwnd, &rct) in rebuild_tearoff()[all …]