Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c8105 static POINT s_pt = {0, 0}; variable
8128 s_pt.x = GET_X_LPARAM(lParam); in tabline_wndproc()
8129 s_pt.y = GET_Y_LPARAM(lParam); in tabline_wndproc()
8139 pt.y = s_pt.y; in tabline_wndproc()
8140 if (abs(pt.x - s_pt.x) > GetSystemMetrics(SM_CXDRAG)) in tabline_wndproc()