Index: stub_draw_fab.h =================================================================== --- stub_draw_fab.h (.../stub_draw_fab.h) (revision 7049) +++ stub_draw_fab.h (.../stub_draw.h) (revision 7050) @@ -30,8 +30,15 @@ #define PCB_STUB_DRAW_FAB_H #include "hid.h" +#include "pcb_bool.h" +/* fab */ extern int (*pcb_stub_draw_fab_overhang)(void); extern void (*pcb_stub_draw_fab)(pcb_hid_gc_t gc); +/* csect */ +extern void (*pcb_stub_draw_csect)(pcb_hid_gc_t gc); +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); + #endif