mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
data-device: make sure resources are correctly destroyed
This commit is contained in:
parent
7843a48432
commit
5d37b14116
5 changed files with 59 additions and 13 deletions
|
|
@ -18,7 +18,8 @@ struct wlr_data_offer *data_offer_create(struct wl_client *client,
|
|||
void data_offer_update_action(struct wlr_data_offer *offer);
|
||||
|
||||
struct wlr_client_data_source *client_data_source_create(
|
||||
struct wl_client *client, uint32_t version, uint32_t id);
|
||||
struct wl_client *client, uint32_t version, uint32_t id,
|
||||
struct wl_list *resource_list);
|
||||
struct wlr_client_data_source *client_data_source_from_resource(
|
||||
struct wl_resource *resource);
|
||||
struct wlr_data_offer *data_source_send_offer(struct wlr_data_source *source,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue