Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30639
Modified Files: Tag: devel_0_39 desire.h Log Message: forgot to commit this 2 hours ago.
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.42 retrieving revision 1.1.2.43 diff -C2 -d -r1.1.2.42 -r1.1.2.43 *** desire.h 21 Nov 2006 06:48:01 -0000 1.1.2.42 --- desire.h 23 Nov 2006 05:52:52 -0000 1.1.2.43 *************** *** 58,63 **** } t_methodentry;
- EXTERN_STRUCT _widgetbehavior; - typedef void (*t_bangmethod) (t_pd *x); typedef void (*t_pointermethod)(t_pd *x, t_gpointer *gp); --- 58,61 ---- *************** *** 122,129 **** #endif
! EXTERN_STRUCT _rtext; ! #define t_rtext struct _rtext ! EXTERN_STRUCT _gtemplate; ! #define t_gtemplate struct _gtemplate EXTERN_STRUCT _guiconnect; #define t_guiconnect struct _guiconnect --- 120,125 ---- #endif
! EXTERN_STRUCT t_gtemplate; ! typedef struct t_gtemplate t_gtemplate; EXTERN_STRUCT _guiconnect; #define t_guiconnect struct _guiconnect *************** *** 185,189 **** #define DT_ARRAY 3
! typedef struct _dataslot { int type; t_symbol *name; --- 181,185 ---- #define DT_ARRAY 3
! typedef struct t_dataslot { int type; t_symbol *name; *************** *** 191,197 **** } t_dataslot;
! typedef struct _template { t_pd t_pdobj; /* header */ ! struct _gtemplate *t_list; /* list of "struct"/gtemplate objects */ t_symbol *sym; /* name */ int n; /* number of dataslots (fields) */ --- 187,193 ---- } t_dataslot;
! typedef struct t_template { t_pd t_pdobj; /* header */ ! t_gtemplate *t_list; /* list of "struct"/gtemplate objects */ t_symbol *sym; /* name */ int n; /* number of dataslots (fields) */