qt: Add xkbcommon keyboard support for Wayland

This commit is contained in:
RichardG867
2023-04-08 00:31:25 -03:00
parent 078e8cca0c
commit bbbe0ec88d
7 changed files with 279 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ xkbcommon_x11_init()
}
xkbcommon_init(keymap);
goto err_conn;
err_ctx:
xkb_context_unref(ctx);