add wlr_virtual_keyboard_manager_v1 and wlr_virtual_pointer_manager_v1

This commit is contained in:
ChemicalXandco 2023-01-07 14:28:40 +00:00 committed by Jente Hidskes Ankarberg
parent 46f0ec1b72
commit bd5b20e1fa
4 changed files with 86 additions and 14 deletions

1
seat.h
View file

@ -55,6 +55,7 @@ struct cg_keyboard_group {
struct wl_listener key;
struct wl_listener modifiers;
struct wl_list link; // cg_seat::keyboard_groups
bool is_virtual;
};
struct cg_pointer {