Home | History | Annotate | Download | only in win

Lines Matching defs:clientRect

95     RECT clientRect;
96 if (!::GetClientRect(window(), &clientRect))
101 { clientRect.left, clientRect.top, 0, 0xff00, 0, 0 },
103 { clientRect.right, clientRect.top, 0, 0, 0xff00, 0 },
105 { clientRect.left, clientRect.bottom, 0xff00, 0xff00, 0, 0 },
107 { clientRect.right, clientRect.bottom, 0xff00, 0, 0, 0 },