mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
data-device: refactor wlr_drag
This commit is contained in:
parent
18600f457b
commit
6291e84532
10 changed files with 281 additions and 156 deletions
|
|
@ -30,9 +30,6 @@ void data_source_notify_finish(struct wlr_data_source *source);
|
|||
|
||||
struct wlr_seat_client *seat_client_from_data_device_resource(
|
||||
struct wl_resource *resource);
|
||||
bool seat_client_start_drag(struct wlr_seat_client *client,
|
||||
struct wlr_data_source *source, struct wlr_surface *icon_surface,
|
||||
struct wlr_surface *origin, uint32_t serial);
|
||||
/**
|
||||
* Creates a new wl_data_offer if there is a wl_data_source currently set as
|
||||
* the seat selection and sends it to the seat client, followed by the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue