diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2005-02-28 13:10:41 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2005-02-28 13:10:41 +0000 |
commit | 1eef182b31a4cb2f55e26e7527469fc2902368a3 (patch) | |
tree | a08b51f0c41fb879f4d62f3bb4a6d5860d22b4fe /toxy | |
parent | bfb359fd22e61faaca3a6e49ad3b7a81f2d71551 (diff) |
cyclone alpha53 (see notes.txt for cyclone, bin and shared)
svn path=/trunk/externals/miXed/; revision=2590
Diffstat (limited to 'toxy')
-rw-r--r-- | toxy/tot.c | 2 | ||||
-rw-r--r-- | toxy/toxy-help.include | 1 | ||||
-rw-r--r-- | toxy/widget.c | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -259,7 +259,7 @@ static void tot_click(t_tot *x, t_floatarg xpos, t_floatarg ypos, char *head = scriptlet_getcontents(x->x_persistent, &nleft); char buf[MAXPDSTRING + 1]; buf[MAXPDSTRING] = 0; - hammereditor_open(x->x_filehandle, "scriptlet editor"); + hammereditor_open(x->x_filehandle, "scriptlet editor", 0); while (nleft > 0) { if (nleft > MAXPDSTRING) diff --git a/toxy/toxy-help.include b/toxy/toxy-help.include new file mode 100644 index 0000000..289c81c --- /dev/null +++ b/toxy/toxy-help.include @@ -0,0 +1 @@ +bin/plustot-help.pd diff --git a/toxy/widget.c b/toxy/widget.c index 9481b89..c0bffd8 100644 --- a/toxy/widget.c +++ b/toxy/widget.c @@ -468,7 +468,7 @@ static void widget_properties(t_gobj *z, t_glist *glist) char buf[MAXPDSTRING + 1]; buf[MAXPDSTRING] = 0; sprintf(buf, "%s %s", x->x_type->s_name, x->x_name->s_name); - hammereditor_open(x->x_filehandle, buf); + hammereditor_open(x->x_filehandle, buf, 0); while (nleft > 0) { if (nleft > MAXPDSTRING) |