[cairo-commit] cairo ChangeLog,1.341,1.342

Kristian Hogsberg commit at pdx.freedesktop.org
Thu Jan 27 17:21:15 PST 2005


Committed by: krh

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv30935

Modified Files:
	ChangeLog 
Log Message:
2005-01-27  Kristian Høgsberg  <krh at redhat.com>

        * src/cairoint.h (cairo_clip_rect_t):
        * src/cairo_gstate.c (_cairo_gstate_clip_and_composite_trapezoids)
        (_cairo_gstate_clip, _cairo_gstate_show_glyphs): Simplify code for
        computing the extents of clipping area, by introducing a couple of
        cairo_rectangle_t functions.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -d -r1.341 -r1.342
--- ChangeLog	27 Jan 2005 23:46:16 -0000	1.341
+++ ChangeLog	28 Jan 2005 01:21:13 -0000	1.342
@@ -1,3 +1,11 @@
+2005-01-27  Kristian Høgsberg  <krh at redhat.com>
+
+	* src/cairoint.h (cairo_clip_rect_t): 
+	* src/cairo_gstate.c (_cairo_gstate_clip_and_composite_trapezoids)
+	(_cairo_gstate_clip, _cairo_gstate_show_glyphs): Simplify code for
+	computing the extents of clipping area, by introducing a couple of
+	cairo_rectangle_t functions.
+
 2005-01-27  Owen Taylor  <otaylor at redhat.com>
 
 	* src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c




More information about the cairo-commit mailing list