Update of /cvsroot/pure-data/externals/miXed/toxy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11609/toxy
Modified Files:
widget.c
Log Message:
fixed widget_save, it doesn't use the standard structs, but instead seems to have the same struct layout as Scope~
Index: widget.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/toxy/widget.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** widget.c 29 Oct 2007 18:58:43 -0000 1.18
--- widget.c 1 Nov 2007 03:19:43 -0000 1.19
***************
*** 471,475 ****
binbuf_addv(bb, "ssiisss", gensym("#X"), gensym("obj"),
(int)t->te_xpix, (int)t->te_ypix,
! atom_getsymbol(binbuf_getvec(x->x_obj.te_binbuf)),
x->x_type, x->x_name);
if (narg) binbuf_add(bb, narg, arg);
--- 471,475 ----
binbuf_addv(bb, "ssiisss", gensym("#X"), gensym("obj"),
(int)t->te_xpix, (int)t->te_ypix,
! atom_getsymbol(binbuf_getvec(t->te_binbuf)),
x->x_type, x->x_name);
if (narg) binbuf_add(bb, narg, arg);