>> Does highlightnetlist() have side effects? -- must it be called from >> schema.c:connectivity()? >> Since no drawing can be done outside expose(), I have to know whether it can >> be safely >> ignored there. >> >> If it does have side effects (change of state of data structures other than >> display), then >> can those side effects be easily separated out? > > You should be able to move this into the expose() call. It is only > in the netlist code because it requires the netlist functionality to > traverse the existing netlist. Nothing permanent changed, that I can > recall.
Noted, thanks for info. -- Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
