Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c2349 RECT rChild, rParent, rScreen; in CenterWindow() local
2354 GetWindowRect(hwndChild, &rChild); in CenterWindow()
2355 wChild = rChild.right - rChild.left; in CenterWindow()
2356 hChild = rChild.bottom - rChild.top; in CenterWindow()