From 0f0a806e22895c5b7a6244e951c4f475a25184f8 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 15 Apr 2022 10:59:31 +0200 Subject: add rescan option to redo automounts, in case user changes them --- mousetsr.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'mousetsr.h') 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" -- cgit v1.2.3