From: Derek Foreman Date: Thu, 23 Jul 2015 15:01:31 +0000 (-0400) Subject: wayland: fix key repeat X-Git-Tag: upstream/0.20.0~512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=457f3c013c9fc7d3648b656b01b4c730d842be11;p=platform%2Fupstream%2Fenlightenment.git 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 --- diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c index e06c1bc..d3abbca 100644 --- a/src/bin/e_comp_wl_input.c +++ b/src/bin/e_comp_wl_input.c @@ -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,