xcb_poly_fill_rectangle

@brief Fills rectangles

@param c The connection @param drawable The drawable (Window or Pixmap) to draw on. @param gc The graphics context to use. \n The following graphics context components are used: function, plane-mask, fill-style, subwindow-mode, clip-x-origin, clip-y-origin, and clip-mask. \n The following graphics context mode-dependent components are used: foreground, background, tile, stipple, tile-stipple-x-origin, and tile-stipple-y-origin. @param rectangles_len The number of xcb_rectangle_t structures in \a rectangles. @param rectangles The rectangles to fill. @return A cookie

Fills the specified rectangle(s) in the order listed in the array. For any given rectangle, each pixel is not drawn more than once. If rectangles intersect, the intersecting pixels are drawn multiple times.

Meta