Index: stub_draw.h =================================================================== --- stub_draw.h (revision 7050) +++ stub_draw.h (revision 7051) @@ -41,4 +41,7 @@ extern pcb_bool (*pcb_stub_draw_csect_mouse_ev)(void *widget, pcb_hid_mouse_ev_t kind, pcb_coord_t x, pcb_coord_t y); extern void (*pcb_stub_draw_csect_overlay)(pcb_hid_t *hid, const pcb_hid_expose_ctx_t *ctx); +/* fontsel */ +extern void (*pcb_stub_draw_fontsel)(pcb_hid_gc_t gc); + #endif