diff options
Diffstat (limited to 'src/lib/ecore_wayland')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_input.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_input.c b/src/lib/ecore_wayland/ecore_wl_input.c index cb4bc61..ea33346 100644 --- a/src/lib/ecore_wayland/ecore_wl_input.c +++ b/src/lib/ecore_wayland/ecore_wl_input.c | |||
@@ -914,6 +914,10 @@ _ecore_wl_input_cb_keyboard_repeat(void *data) | |||
914 | return ECORE_CALLBACK_RENEW; | 914 | return ECORE_CALLBACK_RENEW; |
915 | } | 915 | } |
916 | 916 | ||
917 | input->repeat.sym = 0; | ||
918 | input->repeat.key = 0; | ||
919 | input->repeat.time = 0; | ||
920 | |||
917 | return ECORE_CALLBACK_CANCEL; | 921 | return ECORE_CALLBACK_CANCEL; |
918 | } | 922 | } |
919 | 923 | ||