diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-12-18 10:50:45 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-12-18 12:06:46 +0000 |
commit | c2478de26cc1781b8f8604191a9f75ad29eac746 (patch) | |
tree | ee8767a21900729cfc3fc5698d29d74ed22c16d5 /doc | |
parent | 3424b5f8c8cb1f2ef16b9e8429e64f720106f4d8 (diff) |
[twin] Switch internal users to the new name.
s/<cairo>/@cairo:/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tutorial/src/twin.c | 2 |
1 files changed, 1 insertions, 1 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:", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); |