rootston: fix multiseat focus

This commit is contained in:
Tony Crisci 2017-11-10 08:27:45 -05:00
parent 1472dbda74
commit 27a3a810ab
3 changed files with 26 additions and 25 deletions

View file

@ -26,4 +26,6 @@ void input_destroy(struct roots_input *input);
struct roots_seat *input_seat_from_wlr_seat(struct roots_input *input,
struct wlr_seat *seat);
bool input_view_has_focus(struct roots_input *input, struct roots_view *view);
#endif