mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix fallback when there are two config blocks for a keyboard
This commit is contained in:
parent
4e5d23daa9
commit
c0c4816b13
4 changed files with 49 additions and 33 deletions
|
|
@ -73,7 +73,7 @@ struct device_config *config_get_device(struct roots_config *config,
|
|||
|
||||
/**
|
||||
* Get configuration for the keyboard. If the keyboard is not configured,
|
||||
* returns NULL.
|
||||
* returns NULL. A NULL device returns the default config for keyboards.
|
||||
*/
|
||||
struct keyboard_config *config_get_keyboard(struct roots_config *config,
|
||||
struct wlr_input_device *device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue