noop: initialize initial_setup
Otherwise the enable_seat callback is never called.
This commit is contained in:
parent
14355639f8
commit
9b8b6e0bf8
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ static struct libseat *noop_open_seat(const struct libseat_seat_listener *listen
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backend->initial_setup = true;
|
||||||
backend->seat_listener = listener;
|
backend->seat_listener = listener;
|
||||||
backend->seat_listener_data = data;
|
backend->seat_listener_data = data;
|
||||||
backend->base.impl = &noop_impl;
|
backend->base.impl = &noop_impl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue