diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/evdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c index c53e3af..048315f 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -1892,7 +1892,7 @@ EvdevInitProperty(DeviceIntPtr dev) atom = XIGetKnownProperty(labels[axis]); if (!atom) /* Should not happen */ - atom = XIGetKnownProperty(misc_label); + continue; atoms[pEvdev->axis_map[axis]] = atom; } |