Update keyboard focus handler signatures
diff --git a/clients/view.c b/clients/view.c
index e0903bf..0c8ce5a 100644
--- a/clients/view.c
+++ b/clients/view.c
@@ -148,7 +148,7 @@
 
 static void
 keyboard_focus_handler(struct window *window,
-		       struct wl_input_device *device, void *data)
+		       struct input *device, void *data)
 {
 	struct view *view = data;