Home
last modified time | relevance | path

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

/reactos/base/applications/mplay32/
H A Dmplay32.c93 POINT ptDifference; in ResizeClientArea() local
97 ptDifference.x = (rcWindowRect.right - rcWindowRect.left) - rcClientRect.right; in ResizeClientArea()
98 ptDifference.y = (rcWindowRect.bottom - rcWindowRect.top) - rcClientRect.bottom; in ResizeClientArea()
99 …ndow(hwnd, rcWindowRect.left, rcWindowRect.top, nWidth + ptDifference.x, nHeight + ptDifference.y,… in ResizeClientArea()