aboutsummaryrefslogtreecommitdiff
path: root/cyclone/hammer/prob.c
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2005-02-28 13:10:41 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2005-02-28 13:10:41 +0000
commit1eef182b31a4cb2f55e26e7527469fc2902368a3 (patch)
treea08b51f0c41fb879f4d62f3bb4a6d5860d22b4fe /cyclone/hammer/prob.c
parentbfb359fd22e61faaca3a6e49ad3b7a81f2d71551 (diff)
cyclone alpha53 (see notes.txt for cyclone, bin and shared)
svn path=/trunk/externals/miXed/; revision=2590
Diffstat (limited to 'cyclone/hammer/prob.c')
-rw-r--r--cyclone/hammer/prob.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cyclone/hammer/prob.c b/cyclone/hammer/prob.c
index 2794858..83960eb 100644
--- a/cyclone/hammer/prob.c
+++ b/cyclone/hammer/prob.c
@@ -244,12 +244,13 @@ static void prob__silent(t_prob *x)
}
}
+/* CHECKED not available, LATER full editing */
static void prob_click(t_prob *x, t_floatarg xpos, t_floatarg ypos,
t_floatarg shift, t_floatarg ctrl, t_floatarg alt)
{
t_probtrans *state;
char buf[64];
- hammereditor_open(x->x_filehandle, "prob");
+ hammereditor_open(x->x_filehandle, 0, 0);
for (state = x->x_translist; state; state = state->tr_nextstate)
{
t_probtrans *trans;