Update keyboard focus handler signatures

This commit is contained in:
Kristian Høgsberg 2010-07-28 23:50:12 -04:00
parent 2c28aa5981
commit 43788b13df
4 changed files with 6 additions and 5 deletions

View file

@ -309,7 +309,7 @@ resize_handler(struct window *window, void *data)
static void
keyboard_focus_handler(struct window *window,
struct wl_input_device *device, void *data)
struct input *device, void *data)
{
struct gears *gears = data;