touchpad: use the evdev device's filter struct
[platform/upstream/libinput.git] / src / evdev.h
index 4047a6d..aecbd95 100644 (file)
@@ -53,6 +53,7 @@ enum evdev_device_seat_capability {
 enum evdev_device_tags {
        EVDEV_TAG_EXTERNAL_MOUSE = (1 << 0),
        EVDEV_TAG_INTERNAL_TOUCHPAD = (1 << 1),
+       EVDEV_TAG_TRACKPOINT = (1 << 2),
 };
 
 struct mt_slot {
@@ -182,9 +183,6 @@ struct evdev_dispatch *
 evdev_mt_touchpad_create(struct evdev_device *device);
 
 void
-evdev_device_proces_event(struct libinput_event *event);
-
-void
 evdev_device_led_update(struct evdev_device *device, enum libinput_led leds);
 
 int