Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26643
Modified Files: Tag: devel_0_39 desire.c Log Message: fixed [cnv]'s default size.
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.193 retrieving revision 1.1.2.194 diff -C2 -d -r1.1.2.193 -r1.1.2.194 *** desire.c 20 Nov 2006 03:14:43 -0000 1.1.2.193 --- desire.c 20 Nov 2006 03:47:08 -0000 1.1.2.194 *************** *** 7685,7690 **** x->fcol = 0x000000; x->lcol = 0x404040; ! x->w=100; ! x->h=60; cnv_reload(x,0,argc,argv); return x; --- 7685,7691 ---- x->fcol = 0x000000; x->lcol = 0x404040; ! x->w=15; ! x->vis_w=100; ! x->vis_h=60; cnv_reload(x,0,argc,argv); return x;