[cairo-commit] cairo-ocaml/src ml_cairo.c,1.14,1.15

Olivier Andrieu commit at pdx.freedesktop.org
Mon Nov 8 13:05:12 PST 2004


Committed by: oandrieu

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

Modified Files:
	ml_cairo.c 
Log Message:
* configure.ac: require Cairo 0.2.0

* src/ml_cairo.c (ml_cairo_current_font): do not increase the refcount.


Index: ml_cairo.c
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/src/ml_cairo.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ml_cairo.c	1 Nov 2004 15:40:36 -0000	1.14
+++ ml_cairo.c	8 Nov 2004 21:05:09 -0000	1.15
@@ -677,7 +677,6 @@
 {
   cairo_font_t *f = cairo_current_font (cairo_t_val (cr));
   check_cairo_status (cr);
-  cairo_font_reference (f);
   return Val_cairo_font_t (f);
 }
 




More information about the cairo-commit mailing list