Add support for filling / thindrawing raw polygons to the HID interface
[geda-pcb/gde.git] / src / hid / common / draw_helpers.h
blob3705317879bdb3b67e577097fdd04971fc2495d7
1 void common_fill_pcb_polygon (hidGC gc, PolygonType *poly,
2 const BoxType *clip_box);
3 void common_thindraw_pcb_polygon (hidGC gc, PolygonType *poly,
4 const BoxType *clip_box);