Index: draw.h =================================================================== --- draw.h (revision 10736) +++ draw.h (revision 10737) @@ -111,7 +111,7 @@ int pcb_draw_layergrp_is_comp(pcb_layergrp_t *g); /* Draw (render) a terminal label */ -void pcb_term_label_draw(pcb_coord_t x, pcb_coord_t y, double scale, pcb_bool vert, const char *lab); +void pcb_term_label_draw(pcb_coord_t x, pcb_coord_t y, double scale, pcb_bool vert, pcb_bool centered, const char *lab); /* Schedule an object to be called again at the end for drawing its labels on top of everything. */