touchpad: make tp_estimate_delta return fractions
[platform/upstream/libinput.git] / src / path.h
index b840acf..779d823 100644 (file)
 
 struct path_input {
        struct libinput base;
+       struct list path_list;
+};
+
+struct path_device {
+       struct list link;
        char *path;
-       struct evdev_device *device;
 };
 
 struct path_seat {