dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 230d3432e9633da09a31ed933d8bcaff491db807
parent 432c15fb094a3b517482a4ed30f08ffcbf74afa7
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Sat,  5 Mar 2022 21:07:25 -0600

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:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwl.c b/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); }