diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-29 19:42:02 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-29 19:42:02 +0000 |
commit | 22f3ea4832da0993c11542f323804962e0c15ee6 (patch) | |
tree | 9866921ca090d8b40175bd2efa3e60931789a741 | |
parent | 620820b6836f0c7b3a3431d402a07dc25ee89adc (diff) |
these two objects use the iemgui API, which puts t_object x_obj into a t_iemgui x_gui struct, so I adjusted the classname fix for that
svn path=/trunk/externals/moonlib/; revision=8903
-rw-r--r-- | mknob.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ static void mknob_save(t_gobj *z, t_binbuf *b) ip2 = (int *)(&x->x_gui.x_fsf); binbuf_addv(b, "ssiisiiffiisssiiiiiiiii", gensym("#X"),gensym("obj"), (t_int)x->x_gui.x_obj.te_xpix, (t_int)x->x_gui.x_obj.te_ypix, - atom_getsymbol(binbuf_getvec(x->x_obj.te_binbuf)), + atom_getsymbol(binbuf_getvec(x->x_gui.x_obj.te_binbuf)), x->x_gui.x_w, x->x_gui.x_h, (float)x->x_min, (float)x->x_max, x->x_lin0_log1, (*ip1)&IEM_INIT_ARGS_ALL, |