[cairo-commit] cairo/test Makefile.am,1.13,1.14

Kristian Hogsberg commit at pdx.freedesktop.org
Fri Jan 28 12:27:25 PST 2005


Committed by: krh

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv9881/test

Modified Files:
	Makefile.am 
Log Message:
2005-01-28  Kristian Høgsberg  <krh at redhat.com>

        * src/cairo_png_surface.c (_cairo_png_surface_composite): Update
        prototype to eliminate warning.

        * src/cairo_pattern.c (_cairo_pattern_init_copy): Remember to
        reference surfaces when copying patterns.

        * src/cairo_gstate.c: (_cairo_rectangle_intersect),
        (_cairo_gstate_clip_and_composite_trapezoids),
        (_cairo_gstate_clip), (_cairo_gstate_show_glyphs): Don't call
        _gstate_create_pattern for internally created patterns.
        (_cairo_gstate_show_surface): Don't change the surface matrix
        here, it's done later when we set it up as a pattern.

        * test/Makefile.am: Correct clip_twice-ref.png filename.

        * src/cairoint.h (MIN, MAX): Add these.

        * src/cairo_gstate.c (_cairo_rectangle_intersect): Fix broken
        intersection code.



Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am	27 Jan 2005 19:40:29 -0000	1.13
+++ Makefile.am	28 Jan 2005 20:27:23 -0000	1.14
@@ -18,7 +18,7 @@
 line_width-ref.png		\
 move_to_show_surface-ref.png	\
 coverage-ref.png		\
-clip_twice.png
+clip_twice-ref.png
 
 # Once we can draw the text_rotate.c test case correctly, we should
 # create and add text_rotate-ref.png to the list of reference PNGs.




More information about the cairo-commit mailing list