From 46b3b7e0fce948ce302a105b07912f6cdb930679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 11 Apr 2012 22:42:15 -0400 Subject: [PATCH] Follow wayland change to serial numbers --- src/evdev.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index 9cb13cce..c65b82f7 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