Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17539
Modified Files: Tag: desiredata desire.h Log Message: added onsubscribe field
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.49.2.42 retrieving revision 1.1.2.49.2.43 diff -C2 -d -r1.1.2.49.2.42 -r1.1.2.49.2.43 *** desire.h 13 Aug 2007 01:58:35 -0000 1.1.2.49.2.42 --- desire.h 15 Aug 2007 21:19:28 -0000 1.1.2.49.2.43 *************** *** 95,99 **** t_symbol **fields; /* names of fields aka attributes, and I don't mean the #V attributes. */ int nfields; /* ... and how many of them */ ! t_notice notice; /* observer method */ };
--- 95,100 ---- t_symbol **fields; /* names of fields aka attributes, and I don't mean the #V attributes. */ int nfields; /* ... and how many of them */ ! t_notice notice; /* observer method */ ! t_onsubscribe onsubscribe; /* observable method */ };
*************** *** 164,173 **** int font; /* nominal font size in points, e.g., 10 */ t_canvas *gl_next; /* link in list of toplevels */ ! t_canvasenvironment *env; /* for root canvases and abstractions only */ ! unsigned int havewindow:1; /* true if we own a window */ ! unsigned int loading:1; /* am now loading from file */ ! unsigned int willvis:1; /* make me visible after loading */ ! unsigned int goprect:1; /* draw rectangle for graph-on-parent */ unsigned int gop:1; unsigned int hidetext:1; /* hide object-name + args when doing graph on parent */ long next_o_index; /* next object index. to be incremented on each use */ --- 165,174 ---- int font; /* nominal font size in points, e.g., 10 */ t_canvas *gl_next; /* link in list of toplevels */ ! t_canvasenvironment *env; /* one of these per $0; env=0 for subpatches */ ! unsigned int havewindow:1; /* this indicates whether we publish to the manager */ ! unsigned int loading:1; /* am now loading from file (should deprecate this: use PUSH) */ ! unsigned int willvis:1; /* make me visible after loading (should deprecate this: use PUSH) */ unsigned int gop:1; + unsigned int goprect:1; /* gop version >= 0.39 */ unsigned int hidetext:1; /* hide object-name + args when doing graph on parent */ long next_o_index; /* next object index. to be incremented on each use */