This thing's gonna shoot all the way up to Europa!
This commit is contained in:
parent
021102c67a
commit
8e3b8a9bcb
1 changed files with 8 additions and 4 deletions
|
@ -75,8 +75,12 @@ static void redraw(cairo_t *cr) {
|
|||
cairo_arc(cr, 208, 240, 192, 0, 360);
|
||||
cairo_stroke(cr);
|
||||
|
||||
cairo_arc(cr, 816, 240, 192, 0, 360);
|
||||
cairo_stroke(cr);
|
||||
|
||||
|
||||
/*
|
||||
* Draw a face number
|
||||
* Draw face numbers
|
||||
*/
|
||||
for (i=0; i<=80; i+=10) {
|
||||
char text[4];
|
||||
|
@ -91,11 +95,11 @@ static void redraw(cairo_t *cr) {
|
|||
draw_needle(cr, 208, 240, 148, 232, 488, 0.0);
|
||||
|
||||
/*
|
||||
* Draw another circle
|
||||
* Draw a tiny boi circle
|
||||
*/
|
||||
cairo_set_source_rgb(cr, 1, 1, 1);
|
||||
cairo_arc(cr, 816, 240, 192, 0, 360);
|
||||
cairo_stroke(cr);
|
||||
cairo_arc(cr, 208, 240, 16, 0, 360);
|
||||
cairo_fill(cr);
|
||||
|
||||
/*
|
||||
* Draw two smaller circles
|
||||
|
|
Loading…
Add table
Reference in a new issue