[PD-cvs] pd/src desire.c,1.1.2.183,1.1.2.184

Mathieu Bouchard matju at users.sourceforge.net
Fri Sep 22 02:41:24 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	desire.c 
Log Message:
fixed problem with #X coords getting garbled


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.183
retrieving revision 1.1.2.184
diff -C2 -d -r1.1.2.183 -r1.1.2.184
*** desire.c	19 Sep 2006 16:05:49 -0000	1.1.2.183
--- desire.c	22 Sep 2006 00:41:20 -0000	1.1.2.184
***************
*** 539,543 ****
  
  static void canvas_coords(t_canvas *x, t_symbol *s, int argc, t_atom *argv) {
!     pd_scanargs(argc,argv,"iiiiii;",&x->x1,&x->y1,&x->x2,&x->y2,&x->pixwidth,&x->pixheight);
      if (argc <= 7) canvas_setgraph(x, atom_getintarg(6, argc, argv), 1);
      else {
--- 539,543 ----
  
  static void canvas_coords(t_canvas *x, t_symbol *s, int argc, t_atom *argv) {
!     pd_scanargs(argc,argv,"ffffii;",&x->x1,&x->y1,&x->x2,&x->y2,&x->pixwidth,&x->pixheight);
      if (argc <= 7) canvas_setgraph(x, atom_getintarg(6, argc, argv), 1);
      else {





More information about the Pd-cvs mailing list