mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-14 06:59:43 -05:00
Merge pull request #1287 from emersion/source-seat-client
data-device: remove wlr_data_source.seat_client
This commit is contained in:
commit
ac26d23711
5 changed files with 23 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue