[PD-cvs] externals/hcs linuxevent.c,1.4,1.5 linuxjoystick.c,1.3,1.4

Guenter Geiger ggeiger at users.sourceforge.net
Tue Mar 16 10:40:19 CET 2004


Update of /cvsroot/pure-data/externals/hcs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14061

Modified Files:
	linuxevent.c linuxjoystick.c 
Log Message:
Removed EV_RST (disappeared from kernel API)

Index: linuxevent.c
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/linuxevent.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** linuxevent.c	17 Nov 2003 21:09:45 -0000	1.4
--- linuxevent.c	16 Mar 2004 09:40:16 -0000	1.5
***************
*** 114,119 ****
--- 114,121 ----
  
  	  switch(eventType) {
+ #ifdef EV_RST
  	  case EV_RST:
  	    break;
+ #endif
  	  case EV_KEY:
  	    buttons++;

Index: linuxjoystick.c
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/linuxjoystick.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** linuxjoystick.c	17 Nov 2003 21:09:45 -0000	1.3
--- linuxjoystick.c	16 Mar 2004 09:40:17 -0000	1.4
***************
*** 115,120 ****
--- 115,122 ----
  
  	  switch(eventType) {
+ #ifdef EV_RST
  	  case EV_RST:
  	    break;
+ #endif
  	  case EV_KEY:
  	    buttons++;





More information about the Pd-cvs mailing list