aboutsummaryrefslogtreecommitdiff
path: root/mousetsr.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-16 19:55:32 +0200
committerJavier <dev.git@javispedro.com>2022-04-16 19:55:32 +0200
commit9cf5dd38521565ff889dc6b07187742ac67a7454 (patch)
tree7d20fdde1a00796047ffeca56a17677ef4883d73 /mousetsr.h
parent1075670224d66edba07aa5c100917f3ace7d628c (diff)
downloadvbados-9cf5dd38521565ff889dc6b07187742ac67a7454.tar.gz
vbados-9cf5dd38521565ff889dc6b07187742ac67a7454.zip
avoid leaking HMA on install error
Diffstat (limited to 'mousetsr.h')
-rw-r--r--mousetsr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mousetsr.h b/mousetsr.h
index 8ae1a7e..0bb234f 100644
--- a/mousetsr.h
+++ b/mousetsr.h
@@ -37,7 +37,7 @@
/** Enable the wheel. */
#define USE_WHEEL 1
/** Trace events verbosily */
-#define TRACE_EVENTS 0
+#define TRACE_EVENTS 1
#define VERSION_MAJOR 0
#define VERSION_MINOR 5