[cairo-commit] libsvg/src svg.h,1.20,1.21

Carl Worth commit at pdx.freedesktop.org
Mon Apr 11 09:58:22 PDT 2005


Committed by: cworth

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

Modified Files:
	svg.h 
Log Message:

        * src/svg.h: Qualify utf8 parameter to render_text as const.


Index: svg.h
===================================================================
RCS file: /cvs/cairo/libsvg/src/svg.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- svg.h	11 Apr 2005 16:20:09 -0000	1.20
+++ svg.h	11 Apr 2005 16:58:20 -0000	1.21
@@ -299,7 +299,7 @@
     svg_status_t (* render_text) (void *closure,
 				  svg_length_t *x,
 				  svg_length_t *y,
-				  char         *utf8);
+				  const char   *utf8);
     svg_status_t (* render_image) (void		 *closure,
 				   unsigned char *data,
 				   unsigned int	 data_width,




More information about the cairo-commit mailing list