[PD-cvs] pd/src g_array.c,1.3.4.4.2.5,1.3.4.4.2.6

Tim Blechmann timblech at users.sourceforge.net
Sun Sep 18 00:30:11 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	g_array.c 
Log Message:
set garray updatetime when clicking on array graph


Index: g_array.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_array.c,v
retrieving revision 1.3.4.4.2.5
retrieving revision 1.3.4.4.2.6
diff -C2 -d -r1.3.4.4.2.5 -r1.3.4.4.2.6
*** g_array.c	11 Sep 2005 21:50:32 -0000	1.3.4.4.2.5
--- g_array.c	17 Sep 2005 22:30:09 -0000	1.3.4.4.2.6
***************
*** 997,1001 ****
  {
      t_garray *x = (t_garray *)z;
!     return (gobj_click(&x->x_scalar->sc_gobj, glist,
          xpix, ypix, shift, alt, dbl, doit));
  }
--- 997,1002 ----
  {
      t_garray *x = (t_garray *)z;
! 	garray_update(x); /* tb: set updatetime on click, not on motion */
! 	return (gobj_click(&x->x_scalar->sc_gobj, glist,
          xpix, ypix, shift, alt, dbl, doit));
  }





More information about the Pd-cvs mailing list