Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c2350 int wChild, hChild, wParent, hParent; in CenterWindow() local
2356 hChild = rChild.bottom - rChild.top; in CenterWindow()
2388 yNew = rParent.top + ((hParent - hChild) / 2); in CenterWindow()
2391 else if ((yNew + hChild) > rScreen.bottom) in CenterWindow()
2392 yNew = rScreen.bottom - hChild; in CenterWindow()