aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h
index c415bd1..bc79287 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -68,6 +68,8 @@ typedef struct {
Time expires; /* time of expiry */
Time timeout;
} emulateMB;
+
+ unsigned char btnmap[32]; /* config-file specified button mapping */
} EvdevRec, *EvdevPtr;
/* Middle Button emulation */