Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c4466 const LPWINDOWPOS lpwpos) in _OnWindowPosChanged() argument
4471 if (WSInitialized && (lpwpos->x != x || lpwpos->y != y in _OnWindowPosChanged()
4472 || lpwpos->cx != cx || lpwpos->cy != cy)) in _OnWindowPosChanged()
4474 x = lpwpos->x; in _OnWindowPosChanged()
4475 y = lpwpos->y; in _OnWindowPosChanged()
4476 cx = lpwpos->cx; in _OnWindowPosChanged()
4477 cy = lpwpos->cy; in _OnWindowPosChanged()
4481 FORWARD_WM_WINDOWPOSCHANGED(hwnd, lpwpos, MyWindowProc); in _OnWindowPosChanged()