diff options
author | emersion <contact@emersion.fr> | 2017-12-30 09:58:04 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-30 09:58:04 +0100 |
commit | 38ed3b42451e350a97f6686324ca2beb10c1dbb3 (patch) | |
tree | babc63d44e481d25d160579a91486aa2e134082c /include/wlr | |
parent | 720c1154dc8bc79dd7d99fb5ef86982963645d25 (diff) |
seat: rename selection_source to selection_data_source, remove unused data_device
Diffstat (limited to 'include/wlr')
-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 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; |