Index: draw.h =================================================================== --- draw.h (revision 34762) +++ draw.h (revision 34763) @@ -188,4 +188,7 @@ #define PCB_DRAW_TERM_GFX_WIDTH (-3) +void pcb_expose_main(rnd_hid_t *hid, const rnd_hid_expose_ctx_t *ctx, rnd_xform_t *xform_caller); +void pcb_expose_preview(rnd_hid_t *hid, const rnd_hid_expose_ctx_t *e); + #endif