From 8af6fbd7a0cfc663b61f084583b800abf6de40e3 Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 16 Dec 2017 14:22:59 +0100 Subject: Support multiple resources per seat client for data_device --- include/wlr/types/wlr_seat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3