Updated README.md; moved the keyboard code from server.c to seat.c

This commit is contained in:
Keith Bowes 2020-02-19 14:23:27 -05:00
parent 7d76b9ef76
commit fe78796f7f
4 changed files with 138 additions and 138 deletions

View file

@ -10,7 +10,6 @@ struct wb_seat {
struct wlr_seat * seat;
struct wl_list keyboards;
struct wl_listener new_input;
};
struct wb_keyboard {