mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Merge pull request #474 from emersion/customize-repeat-info
Make keyboard repeat info configurable
This commit is contained in:
commit
eb4e91f96d
7 changed files with 73 additions and 6 deletions
|
|
@ -42,6 +42,7 @@ struct roots_keyboard_config {
|
|||
char *layout;
|
||||
char *variant;
|
||||
char *options;
|
||||
int repeat_rate, repeat_delay;
|
||||
struct wl_list link;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue