[PD-cvs] pd/src desire.c,1.1.2.157,1.1.2.158

Mathieu Bouchard matju at users.sourceforge.net
Thu Sep 7 03:17:57 CEST 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32322

Modified Files:
      Tag: devel_0_39
	desire.c 
Log Message:
more removal of field prefixes...


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.157
retrieving revision 1.1.2.158
diff -C2 -d -r1.1.2.157 -r1.1.2.158
*** desire.c	7 Sep 2006 01:10:16 -0000	1.1.2.157
--- desire.c	7 Sep 2006 01:17:54 -0000	1.1.2.158
***************
*** 2998,3004 ****
  }
  
!     /* get the graph's rectangle, not counting extra swelling for controls
!     to keep them inside the graph.  This is the "logical" pixel size. */
! 
  static void graph_graphrect(t_gobj *z, t_glist *glist, int *xp1, int *yp1, int *xp2, int *yp2) {
      t_glist *x = (t_glist *)z;
--- 2998,3003 ----
  }
  
[...2082 lines suppressed...]
      x->m_text.te_binbuf = binbuf_new();
!     x->m_glist = gl;
      if (argc > 1) {
      	x->m_text.te_xpix = atom_getfloatarg(0, argc, argv);
--- 7021,7035 ----
      SETDOLLSYM(&a, s);
      binbuf_add(x->m_text.te_binbuf, 1, &a);
!     gobj_changed(x->glist,0);
  }
  
  void canvas_msg(t_glist *gl, t_symbol *s, int argc, t_atom *argv) {
      t_message *x = (t_message *)pd_new(message_class);
!     x->mresp.mr_pd = mresp_class;
!     x->mresp.outlet = outlet_new(&x->m_text, &s_float);
      x->m_text.te_width = 0; /* don't know it yet. */
      x->m_text.te_type = T_MESSAGE;
      x->m_text.te_binbuf = binbuf_new();
!     x->glist = gl;
      if (argc > 1) {
      	x->m_text.te_xpix = atom_getfloatarg(0, argc, argv);





More information about the Pd-cvs mailing list