[PD-cvs] pd/src g_canvas.h,1.4,1.5

Thomas Grill xovo at users.sourceforge.net
Thu Jan 13 10:52:15 CET 2005


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

Modified Files:
	g_canvas.h 
Log Message:
fixed appearance of C++ keyword

Index: g_canvas.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_canvas.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** g_canvas.h	28 Nov 2004 21:20:42 -0000	1.4
--- g_canvas.h	13 Jan 2005 09:52:12 -0000	1.5
***************
*** 547,551 ****
  EXTERN t_scalar *scalar_new(t_glist *owner,
      t_symbol *templatesym);
! EXTERN void word_free(t_word *wp, t_template *template);
  EXTERN void scalar_getbasexy(t_scalar *x, float *basex, float *basey);
  
--- 547,551 ----
  EXTERN t_scalar *scalar_new(t_glist *owner,
      t_symbol *templatesym);
! EXTERN void word_free(t_word *wp, t_template *tmpl);
  EXTERN void scalar_getbasexy(t_scalar *x, float *basex, float *basey);
  





More information about the Pd-cvs mailing list