aboutsummaryrefslogtreecommitdiff
path: root/hid.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-28 04:29:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-28 04:29:58 +0000
commitd4e504ebf32d62232b316bb819800ecd513cebb3 (patch)
tree94058163fdcb90e4fd8990e5a45798a0e5d6493d /hid.h
parent32af9ff6bac9b6991f00726b9d13d4ba0c7b87ed (diff)
switched Linux to use common hid_output_event()
svn path=/trunk/externals/hcs/hid/; revision=2843
Diffstat (limited to 'hid.h')
-rw-r--r--hid.h5
1 files changed, 2 insertions, 3 deletions
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);