[cairo-commit] cairo ChangeLog,1.1209,1.1210

Anders Carlsson commit at pdx.freedesktop.org
Tue Jan 10 05:29:02 PST 2006


Committed by: andersca

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

Modified Files:
	ChangeLog 
Log Message:
2006-01-10  Anders Carlsson  <andersca at imendio.com>

        * src/Makefile.am:
        Add cairo-quartz-private.h
        
        * src/cairo-atsui-font.c:
        (_cairo_atsui_font_old_show_glyphs):
        If the destination surface is a quartz surface, get the clip mask
        from it.
        
        * src/cairo-quartz-private.h: Added.
        
        * src/cairo-quartz-surface.c:
        (_cairo_quartz_surface_finish):
        (_cairo_quartz_surface_set_clip_region):
        (cairo_quartz_surface_create):
        Keep a copy of the clip mask around.
        
        (_cairo_surface_is_quartz):
        New function which determines if a given surface is a quartz surface.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1209
retrieving revision 1.1210
diff -u -d -r1.1209 -r1.1210
--- ChangeLog	10 Jan 2006 01:18:12 -0000	1.1209
+++ ChangeLog	10 Jan 2006 13:28:59 -0000	1.1210
@@ -1,3 +1,24 @@
+2006-01-10  Anders Carlsson  <andersca at imendio.com>
+
+        * src/Makefile.am:
+        Add cairo-quartz-private.h
+        
+        * src/cairo-atsui-font.c:
+        (_cairo_atsui_font_old_show_glyphs):
+        If the destination surface is a quartz surface, get the clip mask
+        from it.
+        
+        * src/cairo-quartz-private.h: Added.
+        
+        * src/cairo-quartz-surface.c:
+        (_cairo_quartz_surface_finish):
+        (_cairo_quartz_surface_set_clip_region):
+        (cairo_quartz_surface_create):
+        Keep a copy of the clip mask around.
+        
+        (_cairo_surface_is_quartz):
+        New function which determines if a given surface is a quartz surface.
+
 2006-01-09  Carl Worth  <cworth at cworth.org>
 
 	* test/cairo-test.h: Add printf format attribute to cairo_test_log.



More information about the cairo-commit mailing list