mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
virtual_keyboard: Require keymap before accepting keycodes
This commit is contained in:
parent
46dc4100d6
commit
0b1f9439ba
2 changed files with 14 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ struct wlr_virtual_keyboard_v1 {
|
|||
struct wl_resource *resource;
|
||||
struct wlr_input_device input_device;
|
||||
struct wlr_seat *seat;
|
||||
bool has_keymap;
|
||||
|
||||
struct wl_list link;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue