Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp1132 ClientRect clntRect(_hwnd); in WndProc() local
1135 if (pt.x>=clntRect.left && pt.x<clntRect.right && pt.y>=clntRect.top && pt.y<clntRect.bottom) in WndProc()
1155 ClientRect clntRect(_hwnd); in WndProc() local
1158 if (pt.x<clntRect.left || pt.x>=clntRect.right || pt.y<clntRect.top || pt.y>=clntRect.bottom) in WndProc()