[twin] Switch internal users to the new name.

s/<cairo>/@cairo:/
This commit is contained in:
Chris Wilson 2008-12-18 10:50:45 +00:00
parent 3424b5f8c8
commit c2478de26c
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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:",
CAIRO_FONT_SLANT_NORMAL,
CAIRO_FONT_WEIGHT_NORMAL);
cairo_set_font_size (cr, 16);