[cairo-commit] cairo/test select-font-no-show-text.c,1.3,1.4

Carl Worth commit at pdx.freedesktop.org
Fri May 6 21:19:52 PDT 2005


Committed by: cworth

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

Modified Files:
	select-font-no-show-text.c 
Log Message:

        * src/cairo-xcb-surface.c (_render_operator):
        * src/cairo-win32-surface.c (_cairo_win32_surface_composite)
        (_cairo_win32_surface_fill_rectangles): Update to track new
        CAIRO_OPERATOR names.

        * test/select-font-no-show-text.c:
        * src/cairo-surface.c (cairo_surface_set_user_data): Fix
        documentation to refer to functions by their current names.

        * src/cairo-gstate.c (_cairo_gstate_begin_group): Update to track
        latest API (in currently unused function).


Index: select-font-no-show-text.c
===================================================================
RCS file: /cvs/cairo/cairo/test/select-font-no-show-text.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- select-font-no-show-text.c	6 May 2005 20:32:53 -0000	1.3
+++ select-font-no-show-text.c	7 May 2005 04:19:50 -0000	1.4
@@ -27,7 +27,7 @@
  *
  * 2005-04-12 Carl Worth <cworth at cworth.org>
  *
- *   I noticed that if we call cairo_select_font, but then do a
+ *   I noticed that if we call cairo_select_font_face, but then do a
  *   cairo_destroy before ever drawing any text, then we get:
  *
  *   *** glibc detected *** double free or corruption (fasttop): 0x083274d0 ***
@@ -43,7 +43,7 @@
 
 static cairo_test_t test = {
     "select-font-no-show-text",
-    "Test calling cairo_select_font but never drawing text.",
+    "Test calling cairo_select_font_face but never drawing text.",
     0, 0
 };
 




More information about the cairo-commit mailing list