[cairo-commit] cairo ChangeLog,1.638,1.639

Carl Worth commit at pdx.freedesktop.org
Fri Jun 10 12:46:51 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        Originally: 2005-06-09  Carl Worth  <cworth at cworth.org>

        * src/cairo-pdf-surface.c: (_cairo_pdf_surface_show_page):
        * src/cairo-xcb-surface.c:
        (_cairo_xcb_surface_acquire_source_image),
        (_cairo_xcb_surface_acquire_dest_image):
        * src/cairo-xlib-surface.c:
        (_cairo_xlib_surface_acquire_source_image),
        (_cairo_xlib_surface_acquire_dest_image): Rework occurrences
        of 'if (status == CAIRO_STATUS_SUCCESS)' to use 'if (status)'
        instead where trivial.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.638
retrieving revision 1.639
diff -u -d -r1.638 -r1.639
--- ChangeLog	10 Jun 2005 19:18:20 -0000	1.638
+++ ChangeLog	10 Jun 2005 19:46:49 -0000	1.639
@@ -1,4 +1,18 @@
 2005-06-10  Carl Worth  <cworth at cworth.org>
+	
+	Originally: 2005-06-09  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo-pdf-surface.c: (_cairo_pdf_surface_show_page):
+	* src/cairo-xcb-surface.c:
+	(_cairo_xcb_surface_acquire_source_image),
+	(_cairo_xcb_surface_acquire_dest_image):
+	* src/cairo-xlib-surface.c:
+	(_cairo_xlib_surface_acquire_source_image),
+	(_cairo_xlib_surface_acquire_dest_image): Rework occurrences
+	of 'if (status == CAIRO_STATUS_SUCCESS)' to use 'if (status)'
+	instead where trivial.
+
+2005-06-10  Carl Worth  <cworth at cworth.org>
 
 	* src/cairoint.h:
 	* src/cairo-font.c:




More information about the cairo-commit mailing list