Home
last modified time | relevance | path

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

/reactos/base/applications/charmap/
H A Dcharmap.c331 RECT rcPanelInt; in ChangeView() local
349 GetClientRect(hWnd, &rcPanelInt); in ChangeView()
355 DeX = (rcPanelExt.right - rcPanelExt.left) - rcPanelInt.right; in ChangeView()
356 DeY = (rcPanelExt.bottom - rcPanelExt.top) - rcPanelInt.bottom; in ChangeView()