Index: view.h =================================================================== --- view.h (revision 36988) +++ view.h (revision 36989) @@ -49,7 +49,7 @@ struct pcb_view_s { unsigned long int uid; /* ID unique for each view (for GUI identification) - 0 means invalid */ - rnd_hidlib_t *hidlib; + rnd_design_t *hidlib; char *type; char *title; @@ -111,7 +111,7 @@ void pcb_view_goto(pcb_view_t *item); /* Allocate a new, floating (unlinked) view with no data or bbox */ -pcb_view_t *pcb_view_new(rnd_hidlib_t *hl, const char *type, const char *title, const char *description); +pcb_view_t *pcb_view_new(rnd_design_t *hl, const char *type, const char *title, const char *description); /* Append obj to one of the object groups in view (resolving to idpath) */ void pcb_view_append_obj(pcb_view_t *view, int grp, pcb_any_obj_t *obj);