mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
rootston: prefix config structs and functions
This commit is contained in:
parent
18079e234a
commit
1db3b55128
8 changed files with 51 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue