Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c2344 HWND hwndChild, in CenterWindow() argument
2354 GetWindowRect(hwndChild, &rChild); in CenterWindow()
2367 mon = MonitorFromWindow(hwndChild, MONITOR_DEFAULTTOPRIMARY); in CenterWindow()
2374 hdc = GetDC(hwndChild); in CenterWindow()
2379 ReleaseDC(hwndChild, hdc); in CenterWindow()
2394 return SetWindowPos(hwndChild, NULL, xNew, yNew, 0, 0, in CenterWindow()