Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c2483 TCHITTESTINFO htinfo; in show_tabline_popup_menu() local
2489 htinfo.pt.x = pt.x; in show_tabline_popup_menu()
2490 htinfo.pt.y = pt.y; in show_tabline_popup_menu()
2491 idx = TabCtrl_HitTest(s_tabhwnd, &htinfo); in show_tabline_popup_menu()
4738 TCHITTESTINFO htinfo; in _WndProc() local
4744 htinfo.pt.x = pt.x; in _WndProc()
4745 htinfo.pt.y = pt.y; in _WndProc()
4746 idx = TabCtrl_HitTest(s_tabhwnd, &htinfo); in _WndProc()
8092 TCHITTESTINFO htinfo; in GetTabFromPoint() local
8093 htinfo.pt = pt; in GetTabFromPoint()
[all …]