Index: obj_text_draw.h =================================================================== --- obj_text_draw.h (revision 4775) +++ obj_text_draw.h (revision 4776) @@ -32,6 +32,6 @@ r_dir_t draw_text_callback(const pcb_box_t * b, void *cl); #endif -void DrawTextLowLevel(TextTypePtr Text, Coord min_line_width); -void EraseText(pcb_layer_t *Layer, TextTypePtr Text); -void DrawText(pcb_layer_t *Layer, TextTypePtr Text); +void DrawTextLowLevel(pcb_text_t *Text, Coord min_line_width); +void EraseText(pcb_layer_t *Layer, pcb_text_t *Text); +void DrawText(pcb_layer_t *Layer, pcb_text_t *Text);