Home | History | Annotate | Download | only in win

Lines Matching defs:clientRect

950     RECT clientRect;
951 GetClientRect(m_window, &clientRect);
953 return IntRect(clientRect).size();