Searched refs:trect (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_w32.c2792 RECT trect; local
2800 if (GetWindowRect(thwnd, &trect)
2804 x = trect.left - rct.left;
2805 y = (trect.top - rct.bottom + roct.bottom);
2818 (int)trect.left,
2819 (int)trect.top,

Completed in 75 milliseconds