[PD-cvs] externals/pidip/system pidip.c,1.4,1.5

sevyves at users.sourceforge.net sevyves at users.sourceforge.net
Fri Oct 17 22:54:43 CEST 2003


Update of /cvsroot/pure-data/externals/pidip/system
In directory sc8-pr-cvs1:/tmp/cvs-serv31538/pidip/system

Modified Files:
	pidip.c 
Log Message:
Version 0.12.9 ( added pdp_shape )

Index: pidip.c
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/system/pidip.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pidip.c	8 Oct 2003 14:59:18 -0000	1.4
--- pidip.c	17 Oct 2003 20:54:40 -0000	1.5
***************
*** 59,62 ****
--- 59,63 ----
      void pdp_canvas_setup(void);
      void pdp_pen_setup(void);
+     void pdp_shape_setup(void);
  
  
***************
*** 115,118 ****
--- 116,120 ----
      pdp_canvas_setup();
      pdp_pen_setup();
+     pdp_shape_setup();
  
  }






More information about the Pd-cvs mailing list