Merge pull request #474 from emersion/customize-repeat-info

Make keyboard repeat info configurable
This commit is contained in:
Drew DeVault 2017-12-08 15:47:11 -05:00 committed by GitHub
commit eb4e91f96d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 73 additions and 6 deletions

View file

@ -42,6 +42,7 @@ struct roots_keyboard_config {
char *layout;
char *variant;
char *options;
int repeat_rate, repeat_delay;
struct wl_list link;
};