Remove OBJECT* linked list argument to o_drawbounding().
commitf217428f8248d6e8491d943256d30d5e11d808d1
authorPeter Clifton <pcjc2@cam.ac.uk>
Thu, 4 Oct 2007 18:42:01 +0000 (4 19:42 +0100)
committerPeter Clifton <pcjc2@cam.ac.uk>
Thu, 4 Oct 2007 18:42:01 +0000 (4 19:42 +0100)
treedf1cb3e7becaec75e1d6b1bdfbc38beff90d995f
parent185958029cb58e26d37854c7580bef1b0869a7c9
Remove OBJECT* linked list argument to o_drawbounding().

All code is now passing GLists of objects to this function.
gschem/include/prototype.h
gschem/src/o_basic.c
gschem/src/o_buffer.c
gschem/src/o_complex.c
gschem/src/o_copy.c
gschem/src/o_move.c
gschem/src/o_text.c
gschem/src/x_event.c