seat: rename selection_source to selection_data_source, remove unused data_device

This commit is contained in:
emersion 2017-12-30 09:58:04 +01:00
parent 720c1154dc
commit 38ed3b4245
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 19 additions and 19 deletions

View file

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