aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-01-07 09:14:42 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-01-08 15:07:03 +1000
commitf2d2b65343a902c5eedaf50b6f6bcb5ba1ef9c4a (patch)
treee7f0c88076dcb91163aeb3b19f8ae186d24bf3aa /src/evdev.h
parentIf stat fails, pretend it's not a virtual device (diff)
downloadxf86-input-evdev-f2d2b65343a902c5eedaf50b6f6bcb5ba1ef9c4a.tar.gz
xf86-input-evdev-f2d2b65343a902c5eedaf50b6f6bcb5ba1ef9c4a.tar.bz2
xf86-input-evdev-f2d2b65343a902c5eedaf50b6f6bcb5ba1ef9c4a.zip
Localise XKB initialization
No need to store this in the evdev struct. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/evdev.h b/src/evdev.h
index 2901886..51b7fa0 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -181,9 +181,6 @@ typedef struct {
int delta[REL_CNT];
unsigned int abs_queued, rel_queued, prox_queued;
- /* XKB stuff has to be per-device rather than per-driver */
- XkbRMLVOSet rmlvo;
-
/* Middle mouse button emulation */
struct {
BOOL enabled;