From c2478de26cc1781b8f8604191a9f75ad29eac746 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 Dec 2008 10:50:45 +0000 Subject: [twin] Switch internal users to the new name. s//@cairo:/ --- doc/tutorial/src/twin.c | 2 +- test/twin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/src/twin.c b/doc/tutorial/src/twin.c index e167f262..14347bac 100644 --- a/doc/tutorial/src/twin.c +++ b/doc/tutorial/src/twin.c @@ -20,7 +20,7 @@ draw (cairo_t *cr, int width, int height) cairo_set_source_rgb (cr, 0, 0, 0); cairo_select_font_face (cr, - "", + "@cairo:", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); diff --git a/test/twin.c b/test/twin.c index a53b796e..b04caf56 100644 --- a/test/twin.c +++ b/test/twin.c @@ -33,7 +33,7 @@ draw (cairo_t *cr, int width, int height) cairo_set_source_rgb (cr, 0, 0, 0); cairo_select_font_face (cr, - "", + "@cairo:", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); cairo_set_font_size (cr, 16); -- cgit v1.2.3