rootston: seat config by device

This commit is contained in:
Tony Crisci 2017-11-03 06:08:37 -04:00
parent 53021f8ed4
commit 447c561d15
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,7 @@ struct device_config {
char *name;
char *mapped_output;
struct wlr_box *mapped_box;
char *seat;
struct wl_list link;
};