From d4e504ebf32d62232b316bb819800ecd513cebb3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Apr 2005 04:29:58 +0000 Subject: switched Linux to use common hid_output_event() svn path=/trunk/externals/hcs/hid/; revision=2843 --- hid.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hid.h') diff --git a/hid.h b/hid.h index 0ff3b79..80fdced 100644 --- a/hid.h +++ b/hid.h @@ -14,7 +14,7 @@ #define HID_MAJOR_VERSION 0 #define HID_MINOR_VERSION 5 -static char *version = "$Revision: 1.13 $"; +static char *version = "$Revision: 1.14 $"; /*------------------------------------------------------------------------------ * CLASS DEF @@ -56,8 +56,7 @@ t_int hid_instance_count; */ /* support functions */ -void hid_output_event(t_hid *x, - char *type, char *code, t_float value, t_float timestamp); +void hid_output_event(t_hid *x, char *type, char *code, t_float value); /* generic, cross-platform functions */ t_int hid_open_device(t_hid *x, t_int device_number); -- cgit v1.2.1