forked from mirror/dwl
wlr_virtual_keyboard_v1 now has its own wlr_keyboard
which has its own wlr_input_device Signed-off-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
This commit is contained in:
parent
432c15fb09
commit
230d3432e9
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
@ -2375,7 +2375,7 @@ void
|
|||
virtualkeyboard(struct wl_listener *listener, void *data)
|
||||
{
|
||||
struct wlr_virtual_keyboard_v1 *keyboard = data;
|
||||
struct wlr_input_device *device = &keyboard->input_device;
|
||||
struct wlr_input_device *device = &keyboard->keyboard.base;
|
||||
createkeyboard(device);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue