Support multiple resources per seat client for data_device

This commit is contained in:
emersion 2017-12-16 14:22:59 +01:00
parent 4f0443a344
commit 8af6fbd7a0
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 82 additions and 65 deletions

View file

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