wayland: fix key repeat
authorDerek Foreman <derekf@osg.samsung.com>
Thu, 23 Jul 2015 15:01:31 +0000 (11:01 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 23 Jul 2015 15:01:31 +0000 (11:01 -0400)
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

src/bin/e_comp_wl_input.c

index e06c1bc..d3abbca 100644 (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,