aboutsummaryrefslogtreecommitdiff
path: root/hidio.h
diff options
context:
space:
mode:
authorOlaf Matthes <olafmatt@users.sourceforge.net>2006-12-01 16:27:39 +0000
committerOlaf Matthes <olafmatt@users.sourceforge.net>2006-12-01 16:27:39 +0000
commit4c0c9ca9e81e148e0e9ed832c2039af810dd7172 (patch)
treea57d9d5c56027bc34fb5c0faa911f8922a55e9df /hidio.h
parent9fe82926e2b75526f6752d82baf7af792f31dbe5 (diff)
some more threading related changes, changed some output values from type float to int in Max version
svn path=/trunk/externals/io/hidio/; revision=6562
Diffstat (limited to 'hidio.h')
-rw-r--r--hidio.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/hidio.h b/hidio.h
index 9461358..eab0cf0 100644
--- a/hidio.h
+++ b/hidio.h
@@ -35,7 +35,7 @@ typedef void t_clock;
#define HIDIO_MAJOR_VERSION 0
#define HIDIO_MINOR_VERSION 0
-/* static char *version = "$Revision: 1.3 $"; */
+/* static char *version = "$Revision: 1.4 $"; */
/*------------------------------------------------------------------------------
* GLOBAL DEFINES
@@ -61,8 +61,9 @@ typedef void t_clock;
#define REQUEST_OPEN 1
#define REQUEST_READ 2
#define REQUEST_SEND 3
-#define REQUEST_CLOSE 4
-#define REQUEST_QUIT 5
+#define REQUEST_INFO 4
+#define REQUEST_CLOSE 5
+#define REQUEST_QUIT 6
/*------------------------------------------------------------------------------