Fix function name
authorSoren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
Wed, 23 May 2007 16:18:09 +0000 (12:18 -0400)
committerSoren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>
Wed, 23 May 2007 16:18:09 +0000 (12:18 -0400)
TODO
pixman/pixman-edge.c

diff --git a/TODO b/TODO
index 6ed36a9..e7f6c57 100644 (file)
--- 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
+
index e5abb36..06517e0 100644 (file)
@@ -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);