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

@ -10,7 +10,7 @@ struct roots_keyboard {
struct roots_input *input;
struct roots_seat *seat;
struct wlr_input_device *device;
struct keyboard_config *config;
struct roots_keyboard_config *config;
struct wl_list link;
struct wl_listener keyboard_key;