I can almost taste the buttery clawmeats!
This commit is contained in:
parent
75afc72f7a
commit
af3de09f10
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ static void draw_tachometer(cairo_t *cr,
|
|||
cairo_set_font_size(cr, 24);
|
||||
|
||||
cairo_set_source_rgb(cr, 1, 1, 1);
|
||||
cairo_arc(cr, x, y, r, 0, 360 * (M_PI/180));
|
||||
cairo_arc(cr, x, y, r, 0, 2*M_PI);
|
||||
cairo_stroke(cr);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue