~ruther/dwl

230d3432e9633da09a31ed933d8bcaff491db807 — Leonardo Hernández Hernández 3 years ago 432c15f
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 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);
}


Do not follow this link