seat: add wlr_virtual_keyboard_manager_v1

This commit is contained in:
Dominique Martinet 2021-05-18 08:52:06 +09:00 committed by Dominique Martinet
parent a81ab701d7
commit b60a686d30
2 changed files with 40 additions and 7 deletions

4
seat.h
View file

@ -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;