diff options
author | emersion <contact@emersion.fr> | 2017-12-16 14:22:59 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-16 14:22:59 +0100 |
commit | 8af6fbd7a0cfc663b61f084583b800abf6de40e3 (patch) | |
tree | ff74de3e85f828802167eb17f6e3132d165b7475 /include | |
parent | 4f0443a3447b7f27da36c5b0e638c0619da1f273 (diff) |
Support multiple resources per seat client for data_device
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_seat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index 2084d8f7..dea9a9d0 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -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; |