rootston: prefix config structs and functions

This commit is contained in:
Tony Crisci 2017-11-11 10:59:04 -05:00
parent 18079e234a
commit 1db3b55128
8 changed files with 51 additions and 45 deletions

View file

@ -44,7 +44,8 @@ static void input_add_notify(struct wl_listener *listener, void *data) {
struct roots_input *input = wl_container_of(listener, input, input_add);
char *seat_name = "seat0";
struct device_config *dc = config_get_device(input->config, device);
struct roots_device_config *dc =
roots_config_get_device(input->config, device);
if (dc) {
seat_name = dc->seat;
}