Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18004
Modified Files: Tag: devel_0_39 desire.c Log Message: miscellaneous sundry stuff, like.
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.162 retrieving revision 1.1.2.163 diff -C2 -d -r1.1.2.162 -r1.1.2.163 *** desire.c 7 Sep 2006 05:14:55 -0000 1.1.2.162 --- desire.c 7 Sep 2006 06:36:39 -0000 1.1.2.163 *************** *** 588,592 **** }
! static void canvas_redraw(t_canvas *x);
/* This is sent from the GUI to inform a toplevel that its window has been --- 588,593 ---- }
! static void canvas_redraw(t_canvas *x) {t_gobj *y; gobj_changed(x,0); glist_each(y,x) gobj_changed(y,0);} ! void glob_redraw(void) {t_glist *x; glists_each(x,canvas_list) canvas_redraw(x);} [...1417 lines suppressed...] ! pd_savehead(b,x,"cnv"); cnv_pickle(x,&foo); }
*************** *** 8484,8491 ****
static void dropper_savefn(t_dropper *x, t_binbuf *b) { ! t_foo foo = {0,0,b}; ! if (!b) return; ! pd_savehead(b,x,"dropper"); ! dropper_pickle(x,&foo); }
--- 8313,8318 ----
static void dropper_savefn(t_dropper *x, t_binbuf *b) { ! t_foo foo = {0,0,b}; if (!b) return; ! pd_savehead(b,x,"dropper"); dropper_pickle(x,&foo); }