> I may be being dumb - why is there a: > > if (!gui->gui) > > test around that code? Is that so it only appears in the output? (Do you > have to run PCB in batch mode for that test to work, or do the exporters > all get called with gui->gui = 0 ?
That tests if the HID it's sending to is the GUI or not. So, we don't draw those lines on the screen, but we do for postscript, gerber, etc. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

