From 38ed3b42451e350a97f6686324ca2beb10c1dbb3 Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 30 Dec 2017 09:58:04 +0100 Subject: seat: rename selection_source to selection_data_source, remove unused data_device --- include/wlr/types/wlr_seat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index e049d4c7..432e5dc3 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -178,8 +178,7 @@ struct wlr_seat { uint32_t capabilities; struct timespec last_event; - struct wlr_data_device *data_device; // TODO needed? - struct wlr_data_source *selection_source; + struct wlr_data_source *selection_data_source; uint32_t selection_serial; struct wlr_primary_selection_source *primary_selection_source; -- cgit v1.2.3