Address review feedback

This commit is contained in:
Drew DeVault 2018-04-03 21:25:42 -04:00
parent 46b388995d
commit d2d050d59c
3 changed files with 5 additions and 4 deletions

View file

@ -91,6 +91,6 @@ void seat_apply_config(struct sway_seat *seat, struct seat_config *seat_config);
struct seat_config *seat_get_config(struct sway_seat *seat);
bool seat_allow_input(struct sway_seat *seat, struct wlr_surface *surface);
bool seat_is_input_allowed(struct sway_seat *seat, struct wlr_surface *surface);
#endif