[PD-cvs] pd/src desire.h,1.1.2.49.2.9,1.1.2.49.2.10

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 13 02:08:28 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22363

Modified Files:
      Tag: desiredata
	desire.h 
Log Message:
introducing gobj_setcanvas


Index: desire.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v
retrieving revision 1.1.2.49.2.9
retrieving revision 1.1.2.49.2.10
diff -C2 -d -r1.1.2.49.2.9 -r1.1.2.49.2.10
*** desire.h	12 Dec 2006 23:21:02 -0000	1.1.2.49.2.9
--- desire.h	13 Dec 2006 01:08:26 -0000	1.1.2.49.2.10
***************
*** 330,334 ****
  EXTERN void scalar_redraw(t_scalar *x, t_canvas *canvas);
  //EXTERN int pd_pickle(t_foo *foo, char *fmt, ...);
! void pd_set_newest (t_pd *x);
  
  #if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
--- 330,336 ----
  EXTERN void scalar_redraw(t_scalar *x, t_canvas *canvas);
  //EXTERN int pd_pickle(t_foo *foo, char *fmt, ...);
! EXTERN void pd_set_newest (t_pd *x);
! 
! EXTERN t_hash *object_table;
  
  #if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)





More information about the Pd-cvs mailing list