input: Also pass appropriate pointer type when libva unavailable
This commit is contained in:
parent
99a6a2db4c
commit
4a8a3a1c71
@ -2952,7 +2952,7 @@ recorder_binding(struct weston_keyboard *keyboard, uint32_t time, uint32_t key,
|
||||
}
|
||||
#else
|
||||
static void
|
||||
recorder_binding(struct weston_seat *seat, uint32_t time, uint32_t key,
|
||||
recorder_binding(struct weston_keyboard *keyboard, uint32_t time, uint32_t key,
|
||||
void *data)
|
||||
{
|
||||
weston_log("Compiled without libva support\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user