Re-enable backend autoselection

This commit is contained in:
Drew DeVault 2017-08-12 19:55:40 -04:00
parent 234b2104e4
commit 60d1131df2
2 changed files with 62 additions and 63 deletions

View file

@ -146,3 +146,7 @@ error_backend:
free(backend);
return NULL;
}
struct libinput_device *wlr_libinput_get_device_handle(struct wlr_input_device *dev) {
return dev->state->handle;
}