Update of /cvsroot/pure-data/externals/miXed/toxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1442/toxy
Modified Files: tot.c widget.c Added Files: toxy-help.include Log Message: cyclone alpha53 (see notes.txt for cyclone, bin and shared)
Index: tot.c =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/toxy/tot.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tot.c 11 Jan 2005 10:33:23 -0000 1.7 --- tot.c 28 Feb 2005 13:10:41 -0000 1.8 *************** *** 260,264 **** char buf[MAXPDSTRING + 1]; buf[MAXPDSTRING] = 0; ! hammereditor_open(x->x_filehandle, "scriptlet editor"); while (nleft > 0) { --- 260,264 ---- char buf[MAXPDSTRING + 1]; buf[MAXPDSTRING] = 0; ! hammereditor_open(x->x_filehandle, "scriptlet editor", 0); while (nleft > 0) {
Index: widget.c =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/toxy/widget.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** widget.c 27 Jan 2005 14:42:55 -0000 1.14 --- widget.c 28 Feb 2005 13:10:41 -0000 1.15 *************** *** 469,473 **** buf[MAXPDSTRING] = 0; sprintf(buf, "%s %s", x->x_type->s_name, x->x_name->s_name); ! hammereditor_open(x->x_filehandle, buf); while (nleft > 0) { --- 469,473 ---- buf[MAXPDSTRING] = 0; sprintf(buf, "%s %s", x->x_type->s_name, x->x_name->s_name); ! hammereditor_open(x->x_filehandle, buf, 0); while (nleft > 0) {
--- NEW FILE: toxy-help.include --- bin/plustot-help.pd