Index: obj_poly_draw.h =================================================================== --- obj_poly_draw.h (revision 7495) +++ obj_poly_draw.h (revision 7496) @@ -33,3 +33,7 @@ void ErasePolygon(pcb_polygon_t *Polygon); void DrawPolygon(pcb_layer_t *Layer, pcb_polygon_t *Polygon); + +/* Draw a simple polygon: no clipping, no hole, just PointN and Points, with + a limited amount of max points */ +void _draw_simple_poly(pcb_polygon_t *poly);