Index: view.h =================================================================== --- view.h (revision 30900) +++ view.h (revision 30901) @@ -48,7 +48,7 @@ struct pcb_view_s { unsigned long int uid; /* ID unique for each view (for GUI identification) - 0 means invalid */ - pcb_hidlib_t *hidlib; + rnd_hidlib_t *hidlib; char *type; char *title; @@ -109,7 +109,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(pcb_hidlib_t *hl, const char *type, const char *title, const char *description); +pcb_view_t *pcb_view_new(rnd_hidlib_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);