[cairo-commit] cairo/src cairo_ft_font.c, 1.48, 1.49 cairo_path_fill.c, 1.17, 1.18 cairo_path_stroke.c, 1.23, 1.24

Carl Worth commit at pdx.freedesktop.org
Wed Mar 23 14:17:42 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv15260/src

Modified Files:
	cairo_ft_font.c cairo_path_fill.c cairo_path_stroke.c 
Log Message:

        * src/cairo_path_fill.c:
        * src/cairo_path_stroke.c: Remove unneeded includes of
        cairo-path-fixed-private.h.

        * src/cairo_ft_font.c (_cairo_ft_font_glyph_path): Fix
        indentation.


Index: cairo_ft_font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ft_font.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- cairo_ft_font.c	23 Mar 2005 21:52:54 -0000	1.48
+++ cairo_ft_font.c	23 Mar 2005 22:17:40 -0000	1.49
@@ -1131,7 +1131,7 @@
 static cairo_status_t 
 _cairo_ft_font_glyph_path (void				*abstract_font,
                            cairo_glyph_t		*glyphs, 
-                           int				num_glyphs,
+                           int				 num_glyphs,
                            cairo_path_fixed_t		*path)
 {
     int i;

Index: cairo_path_fill.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_fill.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cairo_path_fill.c	23 Mar 2005 21:52:54 -0000	1.17
+++ cairo_path_fill.c	23 Mar 2005 22:17:40 -0000	1.18
@@ -36,7 +36,6 @@
 
 #include "cairoint.h"
 
-#include "cairo-path-fixed-private.h"
 #include "cairo-gstate-private.h"
 
 typedef struct cairo_filler {

Index: cairo_path_stroke.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_stroke.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- cairo_path_stroke.c	23 Mar 2005 21:52:54 -0000	1.23
+++ cairo_path_stroke.c	23 Mar 2005 22:17:40 -0000	1.24
@@ -36,7 +36,6 @@
 
 #include "cairoint.h"
 
-#include "cairo-path-fixed-private.h"
 #include "cairo-gstate-private.h"
 
 typedef struct cairo_stroker {




More information about the cairo-commit mailing list