Home | History | Annotate | Download | only in win

Lines Matching refs:rectToInvalidate

6178     RECT rectToInvalidate;
6180 rectToInvalidate = clientRect;
6181 else if (!IntersectRect(&rectToInvalidate, &clientRect, rect))
6184 repaint(rectToInvalidate, true);