Index: obj_poly.h =================================================================== --- obj_poly.h (revision 4801) +++ obj_poly.h (revision 4802) @@ -36,8 +36,8 @@ PCB_ANYOBJECTFIELDS; pcb_cardinal_t PointN; /* number of points in polygon */ pcb_cardinal_t PointMax; /* max number from malloc() */ - POLYAREA *Clipped; /* the clipped region of this polygon */ - PLINE *NoHoles; /* the polygon broken into hole-less regions */ + pcb_polyarea_t *Clipped; /* the clipped region of this polygon */ + pcb_pline_t *NoHoles; /* the polygon broken into hole-less regions */ int NoHolesValid; /* Is the NoHoles polygon up to date? */ pcb_point_t *Points; /* data */ pcb_cardinal_t *HoleIndex; /* Index of hole data within the Points array */