Re: [PATCH 1/2] render: Move miCompositeRects() into fb as fbCompositeRects().

2011-03-31 Thread Aaron Plattner
On Wed, Mar 30, 2011 at 09:37:21AM -0700, Søren Sandmann wrote: From: Søren Sandmann Pedersen s...@redhat.com It is not used anywhere else. Signed-off-by: Soren Sandmann s...@redhat.com --- [...] +pixman_image_fill_rectangles ( + op, image, (pixman_color_t *)color, nRect, +

Re: [PATCH 1/2] render: Move miCompositeRects() into fb as fbCompositeRects().

2011-03-30 Thread Soeren Sandmann
Søren Sandmann sandm...@cs.au.dk writes: From: Søren Sandmann Pedersen s...@redhat.com It is not used anywhere else. Actually, ignore this one. miCompositeRects() is used indirectly by exa since exaCompositeRects() is not actually a wrapper of ps-CompositeRects as I thought. Soren