Home
last modified time | relevance | path

Searched refs:rct (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_w32.c2918 RECT rct; in gui_mch_getmouse() local
2921 (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() local
4886 RECT rct; in _WndProc() local
4890 GetWindowRect(s_textArea, &rct); in _WndProc()
4891 if (yPos < rct.top) in _WndProc()
6676 RECT rct; in rebuild_tearoff() local
6684 && GetWindowRect(s_hwnd, &rct) in rebuild_tearoff()
[all …]