Home | History | Annotate | Download | only in src

Lines Matching defs:rects

117 	XRectangle rects[3];
160 rects[0].x = x + ew;
161 rects[0].y = y;
162 rects[0].width = w - ew2;
163 rects[0].height = h;
165 rects[1].x = x;
166 rects[1].y = y + eh;
167 rects[1].width = ew;
168 rects[1].height = h - eh2;
170 rects[2].x = x + w - ew;
171 rects[2].y = y + eh;
172 rects[2].width = ew;
173 rects[2].height = h - eh2;
175 XFillRectangles(dpy, draw, gc, rects, 3);