diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-05 21:07:25 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-10 10:37:18 -0600 |
commit | 230d3432e9633da09a31ed933d8bcaff491db807 (patch) | |
tree | 764b55088b337c126212e6611915bd7df9cb6b91 /dwl.c | |
parent | 432c15fb094a3b517482a4ed30f08ffcbf74afa7 (diff) |
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>
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |