Searched refs:s_pt (Results 1 – 1 of 1) sorted by relevance
8105 static POINT s_pt = {0, 0}; variable8128 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()