path: add libinput_path_create_context instead of libinput_create_from_path
[platform/upstream/libinput.git] / test / litest.h
index 67c95e8..e3f599f 100644 (file)
@@ -59,6 +59,7 @@ struct litest_device {
        struct libevdev *evdev;
        struct libevdev_uinput *uinput;
        struct libinput *libinput;
+       struct libinput_device *libinput_device;
        struct litest_device_interface *interface;
 };