Reconfigure inputs

This commit is contained in:
ARDiDo 2021-10-10 12:03:18 -04:00 committed by Johan Malm
parent 326b4aebd1
commit d4e1791c88
3 changed files with 19 additions and 0 deletions

View file

@ -362,6 +362,7 @@ void arrange_layers(struct output *output);
void seat_init(struct server *server);
void seat_finish(struct server *server);
void seat_reconfigure(struct server *server);
void seat_focus_surface(struct seat *seat, struct wlr_surface *surface);
void seat_set_focus_layer(struct seat *seat, struct wlr_layer_surface_v1 *layer);