From: Kristian Høgsberg Date: Thu, 12 Apr 2012 02:42:15 +0000 (-0400) Subject: Follow wayland change to serial numbers X-Git-Tag: 0.1.0~163^2~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46b3b7e0fce948ce302a105b07912f6cdb930679;p=platform%2Fupstream%2Flibinput.git Follow wayland change to serial numbers --- diff --git a/src/evdev.c b/src/evdev.c index 9cb13cc..c65b82f 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -590,8 +590,7 @@ evdev_notify_keyboard_focus(struct evdev_input *input) } } - notify_keyboard_focus(&input->base.input_device, - weston_compositor_get_time(), &keys); + notify_keyboard_focus(&input->base.input_device, &keys); wl_array_release(&keys); } @@ -758,8 +757,7 @@ evdev_remove_devices(struct weston_input_device *input_base) wl_list_for_each_safe(device, next, &input->devices_list, link) device_removed(device); - notify_keyboard_focus(&input->base.input_device, - weston_compositor_get_time(), NULL); + notify_keyboard_focus(&input->base.input_device, NULL); } void