Initial pass on libinput backend

This commit is contained in:
Drew DeVault 2017-06-09 11:28:10 -04:00
parent 325a331425
commit 1262f1400c
6 changed files with 126 additions and 5 deletions

View file

@ -28,8 +28,7 @@ struct logind_session {
};
static int logind_take_device(struct wlr_session *restrict base,
const char *restrict path) {
const char *restrict path) {
struct logind_session *session = wl_container_of(base, session, base);
int ret;