Revert "ecore_wl_input: fix timestamp of repeat key event." 52/83052/1
authorJiyoun Park <jy0703.park@samsung.com>
Tue, 9 Aug 2016 02:20:21 +0000 (19:20 -0700)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 9 Aug 2016 02:20:21 +0000 (19:20 -0700)
This reverts commit f0612400d329ff41c5ddae6c7087b0c867c56ca6.

Change-Id: I5bc5accdc1fdd57ab91eca4ec1072a96bb755304

src/lib/ecore_wayland/ecore_wl_input.c

index e27c60e..00712ee 100644 (file)
@@ -1253,7 +1253,6 @@ _ecore_wl_input_cb_keyboard_repeat(void *data)
    if (!(input = data)) return ECORE_CALLBACK_RENEW;
 
    // TIZEN_ONLY(20160610): fix key repeat condition. 
-   input->repeat.time += (int)(input->repeat.rate * 1000.0);
    _ecore_wl_input_cb_keyboard_key(input, NULL, input->display->serial,
                                    input->repeat.time,
                                    input->repeat.key, EINA_TRUE);