aboutsummaryrefslogtreecommitdiff
path: root/mousetsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mousetsr.h')
-rw-r--r--mousetsr.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/mousetsr.h b/mousetsr.h
index f3f6785..8ae1a7e 100644
--- a/mousetsr.h
+++ b/mousetsr.h
@@ -39,6 +39,13 @@
/** Trace events verbosily */
#define TRACE_EVENTS 0
+#define VERSION_MAJOR 0
+#define VERSION_MINOR 5
+
+/** The report MS MOUSE compatible version to programs who ask for it. */
+#define REPORTED_VERSION_MAJOR 6
+#define REPORTED_VERSION_MINOR 0x30
+
// End of user customizable defines
#define USE_INTEGRATION (USE_VIRTUALBOX || USE_VMWARE)
@@ -51,11 +58,6 @@
#define GRAPHIC_CURSOR_MASK_LEN (GRAPHIC_CURSOR_HEIGHT * GRAPHIC_CURSOR_SCANLINE_LEN)
#define GRAPHIC_CURSOR_DATA_LEN (2 * GRAPHIC_CURSOR_MASK_LEN)
-#define VERSION_MAJOR 0
-#define VERSION_MINOR 4
-#define REPORTED_VERSION_MAJOR 6
-#define REPORTED_VERSION_MINOR 0x30
-
#if USE_VIRTUALBOX
#include "vbox.h"