This thing's gonna shoot all the way up to Europa!

This commit is contained in:
XANTRONIX Development 2019-05-26 10:05:46 -05:00
parent 021102c67a
commit 8e3b8a9bcb

View file

@ -75,8 +75,12 @@ static void redraw(cairo_t *cr) {
cairo_arc(cr, 208, 240, 192, 0, 360); cairo_arc(cr, 208, 240, 192, 0, 360);
cairo_stroke(cr); 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) { for (i=0; i<=80; i+=10) {
char text[4]; char text[4];
@ -91,11 +95,11 @@ static void redraw(cairo_t *cr) {
draw_needle(cr, 208, 240, 148, 232, 488, 0.0); 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_set_source_rgb(cr, 1, 1, 1);
cairo_arc(cr, 816, 240, 192, 0, 360); cairo_arc(cr, 208, 240, 16, 0, 360);
cairo_stroke(cr); cairo_fill(cr);
/* /*
* Draw two smaller circles * Draw two smaller circles