summaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h
index 36a52e34..10f9724e 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -53,6 +53,7 @@ struct evdev_device {
struct wl_event_source *source;
struct weston_output *output;
struct evdev_dispatch *dispatch;
+ struct wl_listener output_destroy_listener;
char *devnode;
char *devname;
char *output_name;
@@ -124,6 +125,9 @@ struct evdev_device *
evdev_device_create(struct weston_seat *seat, const char *path, int device_fd);
void
+evdev_device_set_output(struct evdev_device *device,
+ struct weston_output *output);
+void
evdev_device_destroy(struct evdev_device *device);
void