mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
Update keyboard focus handler signatures
This commit is contained in:
parent
2c28aa5981
commit
43788b13df
4 changed files with 6 additions and 5 deletions
|
|
@ -441,7 +441,7 @@ key_handler(struct window *window, uint32_t key, uint32_t sym,
|
|||
|
||||
static void
|
||||
keyboard_focus_handler(struct window *window,
|
||||
struct wl_input_device *device, void *data)
|
||||
struct input *device, void *data)
|
||||
{
|
||||
struct terminal *terminal = data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue