Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32147
Modified Files: Tag: devel_0_39 desire.c Log Message: diverse varia
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.163 retrieving revision 1.1.2.164 diff -C2 -d -r1.1.2.163 -r1.1.2.164 *** desire.c 7 Sep 2006 06:36:39 -0000 1.1.2.163 --- desire.c 7 Sep 2006 07:15:17 -0000 1.1.2.164 *************** *** 4,8 **** Copyright (c) 2004-2006 by Mathieu Bouchard. Copyright (c) 1997-2005 Miller Puckette. ! Portions by Guenther Geiger, Krzysztof Czaja, Johannes Zmoelnig, Thomas Musil, etc. The remains of IEMGUI Copyright (c) 2000-2001 Thomas Musil (IEM KUG Graz Austria) [dropper] class is Copyright (c) 2004 Carmen Rocco --- 4,8 ---- Copyright (c) 2004-2006 by Mathieu Bouchard. Copyright (c) 1997-2005 Miller Puckette. ! Portions by Guenther Geiger, Krzysztof Czaja, Johannes Zmoelnig, Thomas Musil, jsarlo, etc. The remains of IEMGUI Copyright (c) 2000-2001 Thomas Musil (IEM KUG Graz Austria) [...1307 lines suppressed...] *************** *** 7015,7024 **** glist_add(gl, &x->a_text.te_g); } else { - int xpix, ypix; outlet_new(&x->a_text, x->atom.a_type == A_FLOAT ? &s_float: &s_symbol); inlet_new(&x->a_text, &x->a_text.te_pd, 0, 0); ! glist_getnextxy(gl, &xpix, &ypix); ! x->a_text.te_xpix = xpix; ! x->a_text.te_ypix = ypix; glist_add(gl, &x->a_text.te_g); } --- 6900,6906 ---- glist_add(gl, &x->a_text.te_g); } else { outlet_new(&x->a_text, x->atom.a_type == A_FLOAT ? &s_float: &s_symbol); inlet_new(&x->a_text, &x->a_text.te_pd, 0, 0); ! x->a_text.te_xpix = x->a_text.te_ypix = 0; glist_add(gl, &x->a_text.te_g); }