input: Also pass appropriate pointer type when libva unavailable
This commit is contained in:
@@ -2952,7 +2952,7 @@ recorder_binding(struct weston_keyboard *keyboard, uint32_t time, uint32_t key,
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static void
|
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)
|
void *data)
|
||||||
{
|
{
|
||||||
weston_log("Compiled without libva support\n");
|
weston_log("Compiled without libva support\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user