Index: src/layer.h =================================================================== --- src/layer.h (revision 38755) +++ src/layer.h (revision 38756) @@ -163,6 +163,7 @@ layer data, after setting up info an info->xform; lets plugins implement their own custom draw functions */ void (*plugin_draw)(pcb_draw_info_t *info, const pcb_layer_t *Layer); + void *plugin_draw_data; }; /* returns the layer number for the passed copper or silk layer pointer */