diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-15 04:05:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-15 04:05:39 +0000 |
commit | 742e122ef16d2538803a3d40596ca9bd4b3f2112 (patch) | |
tree | 83c42d6f1ccf1025ad59e2649fc4633a51d27722 /hid.h | |
parent | cb245d85d24a739ae72eebae78c3959ec42b3695 (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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |