[cairo-commit] rcairo/packages/cairo/ext rb_cairo_path.c,1.4,1.5

Kouhei Sutou commit at pdx.freedesktop.org
Fri Dec 15 00:45:23 PST 2006


Committed by: kou

Update of /cvs/cairo/rcairo/packages/cairo/ext
In directory kemper:/tmp/cvs-serv15191/packages/cairo/ext

Modified Files:
	rb_cairo_path.c 
Log Message:
* packages/cairo/lib/cairo/context/path.rb: ported Pango's
  cairotwisted example as library.
* samples/text-on-path.rb: ported Pango's cairotwisted example by
  using the library.


Index: rb_cairo_path.c
===================================================================
RCS file: /cvs/cairo/rcairo/packages/cairo/ext/rb_cairo_path.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rb_cairo_path.c	22 Oct 2006 11:30:51 -0000	1.4
+++ rb_cairo_path.c	15 Dec 2006 08:45:19 -0000	1.5
@@ -34,7 +34,7 @@
 {
   if (ptr)
     {
-      cairo_path_destroy ((cairo_path_t *) ptr);
+      cairo_path_destroy ((cairo_path_t *)ptr);
     }
 }
 



More information about the cairo-commit mailing list