[cairo-commit] cairo/src cairo-ft.h,1.6,1.7 cairo-quartz.h,1.7,1.8

Carl Worth commit at pdx.freedesktop.org
Thu Jul 21 11:26:34 PDT 2005


Committed by: cworth

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

Modified Files:
	cairo-ft.h cairo-quartz.h 
Log Message:

        * src/cairo-ft.h:
        * src/cairo-quartz.h: Whitespace fixes.


Index: cairo-ft.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-ft.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cairo-ft.h	21 Jul 2005 13:52:13 -0000	1.6
+++ cairo-ft.h	21 Jul 2005 18:26:32 -0000	1.7
@@ -52,8 +52,9 @@
 cairo_font_face_t *
 cairo_ft_font_face_create_for_pattern (FcPattern *pattern);
 
-void cairo_ft_font_options_substitute     (const cairo_font_options_t *options,
-					   FcPattern                  *pattern);
+void
+cairo_ft_font_options_substitute (const cairo_font_options_t *options,
+				  FcPattern                  *pattern);
 
 cairo_font_face_t *
 cairo_ft_font_face_create_for_ft_face (FT_Face         face,

Index: cairo-quartz.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-quartz.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cairo-quartz.h	14 May 2005 17:03:56 -0000	1.7
+++ cairo-quartz.h	21 Jul 2005 18:26:32 -0000	1.8
@@ -46,9 +46,9 @@
 CAIRO_BEGIN_DECLS
 
 cairo_surface_t *
-cairo_quartz_surface_create (   CGContextRef    context,
-				int		width,
-				int		height);
+cairo_quartz_surface_create (CGContextRef    context,
+			     int	     width,
+			     int	     height);
 
 CAIRO_END_DECLS
 




More information about the cairo-commit mailing list