mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
[twin] Switch internal users to the new name.
s/<cairo>/@cairo:/
This commit is contained in:
parent
3424b5f8c8
commit
c2478de26c
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue