mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-16 05:34:29 -04:00
seat: Port 0.16 device changes
This commit is contained in:
parent
a57e0067c1
commit
47f5daba20
2 changed files with 55 additions and 57 deletions
4
seat.h
4
seat.h
|
|
@ -60,7 +60,7 @@ struct cg_keyboard_group {
|
|||
struct cg_pointer {
|
||||
struct wl_list link; // seat::pointers
|
||||
struct cg_seat *seat;
|
||||
struct wlr_input_device *device;
|
||||
struct wlr_pointer *pointer;
|
||||
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
|
@ -68,7 +68,7 @@ struct cg_pointer {
|
|||
struct cg_touch {
|
||||
struct wl_list link; // seat::touch
|
||||
struct cg_seat *seat;
|
||||
struct wlr_input_device *device;
|
||||
struct wlr_touch *touch;
|
||||
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue