Index: obj_text_draw.h =================================================================== --- obj_text_draw.h (revision 9117) +++ obj_text_draw.h (revision 9118) @@ -35,3 +35,5 @@ void DrawTextLowLevel(pcb_text_t *Text, pcb_coord_t min_line_width); void EraseText(pcb_layer_t *Layer, pcb_text_t *Text); void DrawText(pcb_layer_t *Layer, pcb_text_t *Text); +void XORDrawText(pcb_text_t *text, pcb_coord_t x, pcb_coord_t y); +