diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-25 08:40:35 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-25 08:40:35 +0000 |
commit | 3486b399456ac3bd65fe86dc9c99aa69105651d1 (patch) | |
tree | 530e715817cc84d630e8d3b3247a8bb40121aaee /hid.h | |
parent | 90dd1056e4dec75159f45596165d495cd6ccb299 (diff) |
stopped outputting EV_SYN events since they are not needed in Pd space and they cause troubles; cleaned up all warnings
svn path=/trunk/externals/hcs/hid/; revision=4487
Diffstat (limited to 'hid.h')
-rw-r--r-- | hid.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,13 +14,11 @@ #define HID_MAJOR_VERSION 0 #define HID_MINOR_VERSION 6 -static char *version = "$Revision: 1.18 $"; +/* static char *version = "$Revision: 1.19 $"; */ /*------------------------------------------------------------------------------ * CLASS DEF */ -static t_class *hid_class; - typedef struct _hid { t_object x_obj; |