implement commented-out bit in seat_disinhibit_input

This commit is contained in:
Daniel Barlow 2021-08-24 21:24:08 +01:00
parent eb2d0918ba
commit ab9838888d
2 changed files with 5 additions and 4 deletions

View file

@ -344,6 +344,8 @@ void cursor_init(struct seat *seat);
void keyboard_init(struct seat *seat);
void arrange_layers(struct output *output);
void seat_init(struct server *server);
void seat_finish(struct server *server);
void seat_focus_surface(struct seat *seat, struct wlr_surface *surface);