Index: trunk/src_plugins/hid_gtk3_cairo/gtkhid-cairo.c =================================================================== --- trunk/src_plugins/hid_gtk3_cairo/gtkhid-cairo.c (revision 21411) +++ trunk/src_plugins/hid_gtk3_cairo/gtkhid-cairo.c (revision 21412) @@ -145,8 +145,8 @@ cairo_move_to(cr, x1, y1); cairo_line_to(cr, x2, y2); +TODO("gtk3: What means 'fill a line'? cairo_fill is not appropriate if path is only a line.") if (fill) -TODO("gtk3: What means "fill a line" ? cairo_fill is not appropriate if path is only a line.") cairo_fill(cr); else cairo_stroke(cr);