mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-13 05:34:19 -04:00
add wlr_virtual_keyboard_manager_v1 and wlr_virtual_pointer_manager_v1
This commit is contained in:
parent
46f0ec1b72
commit
bd5b20e1fa
4 changed files with 86 additions and 14 deletions
1
seat.h
1
seat.h
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue