diff options
Diffstat (limited to 'src/evdev.h')
-rw-r--r-- | src/evdev.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/evdev.h b/src/evdev.h index f73b88b..79193c9 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -153,13 +153,6 @@ struct evdev_device { struct device_coords dimensions; } abs; - struct { - int slot; - struct mt_slot *slots; - size_t slots_len; - bool want_hysteresis; - struct device_coords hysteresis_margin; - } mt; struct mtdev *mtdev; struct device_coords rel; @@ -301,6 +294,14 @@ struct evdev_dispatch { struct libinput_device_config_send_events config; enum libinput_config_send_events_mode current_mode; } sendevents; + + struct { + int slot; + struct mt_slot *slots; + size_t slots_len; + bool want_hysteresis; + struct device_coords hysteresis_margin; + } mt; }; struct evdev_device * |