[cairo-commit] cairo/src cairo.c,1.75,1.76
Carl Worth
commit at pdx.freedesktop.org
Mon Apr 11 11:20:11 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv26478/src
Modified Files:
cairo.c
Log Message:
* src/cairo.c (cairo_select_font_face): Add deprecation alias from
cairo_select_font to cairo_select_font_face.
Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- cairo.c 8 Apr 2005 17:03:17 -0000 1.75
+++ cairo.c 11 Apr 2005 18:20:09 -0000 1.76
@@ -1544,6 +1544,7 @@
cr->status = _cairo_gstate_select_font_face (cr->gstate, family, slant, weight);
CAIRO_CHECK_SANITY (cr);
}
+DEPRECATE (cairo_select_font, cairo_select_font_face);
/**
* cairo_get_font_face:
More information about the cairo-commit
mailing list