[PD-cvs] externals/io/hidio hidio_darwin.c,1.10,1.11

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jul 31 20:10:50 CEST 2007


Update of /cvsroot/pure-data/externals/io/hidio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29855

Modified Files:
	hidio_darwin.c 
Log Message:
added dummy function so that it will compile on Mac OS X while I figure this shit out

Index: hidio_darwin.c
===================================================================
RCS file: /cvsroot/pure-data/externals/io/hidio/hidio_darwin.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** hidio_darwin.c	3 Jan 2007 06:33:25 -0000	1.10
--- hidio_darwin.c	31 Jul 2007 18:10:48 -0000	1.11
***************
*** 714,717 ****
--- 714,725 ----
  }
  
+ void hidio_write_event(t_hidio *x, t_symbol *type, t_symbol *code, 
+ 					   t_float instance, t_float value)
+ {
+ 	debug_post(LOG_DEBUG,"hidio_write_event");
+ 	
+ }
+ 
+ 
  t_int hidio_open_device(t_hidio *x, short device_number)
  {





More information about the Pd-cvs mailing list