mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-08 08:21:12 -04:00
seat: add wlr_virtual_keyboard_manager_v1
This commit is contained in:
parent
a81ab701d7
commit
b60a686d30
2 changed files with 40 additions and 7 deletions
4
seat.h
4
seat.h
|
|
@ -25,6 +25,10 @@ struct cg_seat {
|
|||
struct wl_list touch;
|
||||
struct wl_listener new_input;
|
||||
|
||||
// These belong to higher level if multiple seats are allowed
|
||||
struct wlr_virtual_keyboard_manager_v1 *virtual_keyboard;
|
||||
struct wl_listener new_virtual_keyboard;
|
||||
|
||||
struct wlr_cursor *cursor;
|
||||
struct wlr_xcursor_manager *xcursor_manager;
|
||||
struct wl_listener cursor_motion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue