Merge pull request #1287 from emersion/source-seat-client

data-device: remove wlr_data_source.seat_client
This commit is contained in:
Drew DeVault 2018-10-19 14:18:05 +02:00 committed by GitHub
commit ac26d23711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 19 deletions

View file

@ -73,7 +73,6 @@ struct wlr_data_source {
// source status
bool accepted;
struct wlr_data_offer *offer;
struct wlr_seat_client *seat_client;
// drag'n'drop status
enum wl_data_device_manager_dnd_action current_dnd_action;