Home
last modified time | relevance | path

Searched refs:rScreen (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
2370 rScreen = moninfo.rcWork; in CenterWindow()
2375 rScreen.left = 0; in CenterWindow()
2376 rScreen.top = 0; in CenterWindow()
2377 rScreen.right = GetDeviceCaps(hdc, HORZRES); in CenterWindow()
2383 if (xNew < rScreen.left) in CenterWindow()
2384 xNew = rScreen.left; in CenterWindow()
2386 xNew = rScreen.right - wChild; in CenterWindow()
2389 if (yNew < rScreen.top) in CenterWindow()
2390 yNew = rScreen.top; in CenterWindow()
[all …]