Udev event device matching

This commit is contained in:
Scott Anderson 2017-06-03 15:47:33 +12:00
parent 40b85d992a
commit de44994dfc
4 changed files with 22 additions and 18 deletions

View file

@ -9,7 +9,6 @@
struct wlr_udev {
struct udev *udev;
struct udev_monitor *mon;
char *drm_path;
struct wl_event_source *event;
struct wl_signal invalidate_drm;
};