wayland: fix key repeat

Summary:
wl_keyboard_send_repeat_info takes ints, not floats.  We were rounding to
0 and weston-terminal didn't key repeat.

fixes T2597

Reviewers: devilhorns, zmike

Subscribers: cedric

Maniphest Tasks: T2597

Differential Revision: https://phab.enlightenment.org/D2859
This commit is contained in:
Derek Foreman 2015-07-23 11:01:31 -04:00 committed by Chris Michael
parent 5cbbe261d7
commit 457f3c013c
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ _e_comp_wl_input_cb_keyboard_get(struct wl_client *client, struct wl_resource *r
/* FIXME: These values should be configurable */
if (wl_resource_get_version(res) >= WL_KEYBOARD_REPEAT_INFO_SINCE_VERSION)
wl_keyboard_send_repeat_info(res, 0.025, 0.4);
wl_keyboard_send_repeat_info(res, 25, 400);
/* send current keymap */
wl_keyboard_send_keymap(res, WL_KEYBOARD_KEYMAP_FORMAT_XKB_V1,