Update keyboard focus handler signatures
diff --git a/clients/gears.c b/clients/gears.c
index 073eee1..7d97e23 100644
--- a/clients/gears.c
+++ b/clients/gears.c
@@ -309,7 +309,7 @@
 
 static void
 keyboard_focus_handler(struct window *window,
-		       struct wl_input_device *device, void *data)
+		       struct input *device, void *data)
 {
 	struct gears *gears = data;