From: Soren Sandmann Pedersen Date: Wed, 23 May 2007 16:18:09 +0000 (-0400) Subject: Fix function name X-Git-Tag: pixman-0.9.4~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee37469d6adad32cb31e52a95abafa32943b3e8d;p=platform%2Fupstream%2Fpixman.git Fix function name --- diff --git a/TODO b/TODO index 6ed36a9..e7f6c57 100644 --- a/TODO +++ b/TODO @@ -58,3 +58,7 @@ the X server will be changing them. - Make sure the endian-ness macros are defined correctly. + +- Run cairo test suite; fix bugs + - one bug in source-scale-clip + diff --git a/pixman/pixman-edge.c b/pixman/pixman-edge.c index e5abb36..06517e0 100644 --- a/pixman/pixman-edge.c +++ b/pixman/pixman-edge.c @@ -311,7 +311,7 @@ pixman_rasterize_edges (pixman_image_t *image, */ pixman_fixed_t -pixman_render_sample_ceil_y (pixman_fixed_t y, int n) +pixman_sample_ceil_y (pixman_fixed_t y, int n) { pixman_fixed_t f = pixman_fixed_frac(y); pixman_fixed_t i = pixman_fixed_floor(y);