Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13190
Modified Files: Tag: desiredata desire.c Log Message: added more stubs for old functions of pd
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.217.2.212 retrieving revision 1.1.2.217.2.213 diff -C2 -d -r1.1.2.217.2.212 -r1.1.2.217.2.213 *** desire.c 15 Aug 2007 23:34:04 -0000 1.1.2.217.2.212 --- desire.c 17 Aug 2007 05:20:44 -0000 1.1.2.217.2.213 *************** *** 159,163 **** gobj_changed3(self,self,1,argv); } ! #define gobj_changed(SELF,K) do {L; gobj_changed(SELF,K);} while(0)
// if only a float is sent, it's a bitset of at most 25 elements --- 159,163 ---- gobj_changed3(self,self,1,argv); } ! //#define gobj_changed(SELF,K) do {L; gobj_changed(SELF,K);} while(0)
// if only a float is sent, it's a bitset of at most 25 elements *************** *** 7381,7383 **** --- 7381,7388 ---- void gobj_vis () {BYE} void gfxstub_deleteforkey () {BYE} + void gfxstub_new () {BYE} + + //redundantwards-compatibility + void canvas_setcurrent (t_canvas *x) {pd_pushsym(&x->gl_pd);} + void canvas_unsetcurrent(t_canvas *x) {pd_popsym(&x->gl_pd);} };