From 97f8e42015cdefa311e734856e4f66323dc521cd Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 6 Nov 2004 21:15:04 +0000 Subject: things are working MacOS X, but there are lots of bugs svn path=/trunk/externals/hcs/hid/; revision=2227 --- hid.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hid.h') diff --git a/hid.h b/hid.h index a696f1d..225ed42 100644 --- a/hid.h +++ b/hid.h @@ -11,7 +11,7 @@ */ #include "input_arrays.h" -static char *version = "$Revision: 1.6 $"; +static char *version = "$Revision: 1.7 $"; /*------------------------------------------------------------------------------ * CLASS DEF @@ -24,11 +24,11 @@ typedef struct _hid t_int x_fd; t_symbol *x_devname; t_int x_device_number; + long x_locID; t_clock *x_clock; - t_int x_read_ok; - t_int x_started; t_int x_delay; - long x_locID; + t_int x_started; + t_int x_device_open; } t_hid; @@ -50,5 +50,6 @@ t_int hid_open_device(t_hid *x, t_int device_number); t_int hid_close_device(t_hid *x); t_int hid_devicelist_refresh(t_hid* x); t_int hid_output_events(t_hid *x) ; +void hid_platform_specific_free(t_hid *x); #endif /* #ifndef _HID_H */ -- cgit v1.2.1