[Commit] cairo/util xr2cairo,1.1,1.2

Carl Worth commit at keithp.com
Sat Jul 26 21:39:01 PDT 2003


Committed by: cworth

Update of /local/src/CVS/cairo/util
In directory home.keithp.com:/tmp/cvs-serv26384

Modified Files:
	xr2cairo 
Log Message:
Fixed to not munge some internal cairot names, (such as cairo_traps_*)

Index: xr2cairo
===================================================================
RCS file: /local/src/CVS/cairo/util/xr2cairo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xr2cairo	18 Jul 2003 18:34:20 -0000	1.1
+++ xr2cairo	27 Jul 2003 03:38:58 -0000	1.2
@@ -34,7 +34,7 @@
 		s/cairo_\(fill_rule\|line_cap\|line_join\|format\|operator\|status\|filter\|surface\|matrix\)\([^_]\)/cairo_\1_t\2/g
 		s/_cairo_\(fill_rule\|line_cap\|line_join\|format\|operator\|status\|filter\|surface\|matrix\)_t/cairo_\1/g
 		s/cairo_state/cairo_t/g
-		s/_cairo_t/cairo/g
+		s/_cairo_t\([^a-zA-Z0-9_]\)/cairo\1/g
 
 		s/Xr\.h/cairo.h/g
 




More information about the Commit mailing list