Add comments
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 18 Oct 2021 19:55:00 +0000 (15:55 -0400)
committerHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 18 Oct 2021 19:55:00 +0000 (15:55 -0400)
src/clock.c

index ab7e3c3..beff278 100644 (file)
@@ -355,7 +355,7 @@ draw_calendar(GtkWidget *clock, cairo_t *cr)
 
        cairo_select_font_face(cr, "sans-serif", CAIRO_FONT_SLANT_NORMAL,
                               CAIRO_FONT_WEIGHT_BOLD);
-       cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); /* Black */
+       cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); /* Black text */
 
        ts = clock_get_time();