From 15c0288885b0c7d7a0cc89a2ef68916dac71e388 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 31 Oct 2007 05:42:54 +0000 Subject: fixed problems with the classname stuff I just added: - some objects use "x_ob" instead of the standard "x_obj" - Table puts the t_object in some other struct - Scope~ hides the t_object under some layer that's beyond me svn path=/trunk/externals/miXed/; revision=8911 --- cyclone/hammer/comment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cyclone/hammer/comment.c') diff --git a/cyclone/hammer/comment.c b/cyclone/hammer/comment.c index b3ac7a6..536fa07 100644 --- a/cyclone/hammer/comment.c +++ b/cyclone/hammer/comment.c @@ -455,7 +455,7 @@ static void comment_save(t_gobj *z, t_binbuf *b) comment_validate(x, 0); binbuf_addv(b, "ssiisiissiiii", gensym("#X"), gensym("obj"), (int)t->te_xpix, (int)t->te_ypix, - atom_getsymbol(binbuf_getvec(x->x_obj.te_binbuf)), + atom_getsymbol(binbuf_getvec(x->x_ob.te_binbuf)), x->x_pixwidth, x->x_fontsize, x->x_fontfamily, (x->x_encoding ? x->x_encoding : gensym("?")), x->x_fontprops, -- cgit v1.2.1