mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-09 13:29:46 -05:00
Support multiple resources per seat client for data_device
This commit is contained in:
parent
4f0443a344
commit
8af6fbd7a0
3 changed files with 82 additions and 65 deletions
|
|
@ -20,8 +20,7 @@ struct wlr_seat_client {
|
|||
struct wl_list pointers;
|
||||
struct wl_list keyboards;
|
||||
struct wl_list touches;
|
||||
|
||||
struct wl_resource *data_device;
|
||||
struct wl_list data_devices;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue