aboutsummaryrefslogtreecommitdiff
path: root/hid.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-15 04:05:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-15 04:05:39 +0000
commit742e122ef16d2538803a3d40596ca9bd4b3f2112 (patch)
tree83c42d6f1ccf1025ad59e2649fc4633a51d27722 /hid.h
parentcb245d85d24a739ae72eebae78c3959ec42b3695 (diff)
converted button codes to a numbered scheme; added [buttongate]
svn path=/trunk/externals/hcs/hid/; revision=2275
Diffstat (limited to 'hid.h')
-rw-r--r--hid.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hid.h b/hid.h
index cc8fd32..7db864b 100644
--- a/hid.h
+++ b/hid.h
@@ -14,7 +14,7 @@
#define HID_MAJOR_VERSION 0
#define HID_MINOR_VERSION 1
-static char *version = "$Revision: 1.9 $";
+static char *version = "$Revision: 1.10 $";
/*------------------------------------------------------------------------------
* CLASS DEF
@@ -25,7 +25,6 @@ typedef struct _hid
{
t_object x_obj;
t_int x_fd;
- t_symbol *x_devname;
t_int x_device_number;
t_clock *x_clock;
t_int x_delay;