mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
xwayland/selection: refactor remaining incremental transfer code
This commit is contained in:
parent
23148d283f
commit
703c17ae41
3 changed files with 50 additions and 42 deletions
|
|
@ -47,6 +47,7 @@ void xwm_selection_transfer_close_wl_client_fd(
|
|||
struct wlr_xwm_selection_transfer *transfer);
|
||||
void xwm_selection_transfer_destroy_property_reply(
|
||||
struct wlr_xwm_selection_transfer *transfer);
|
||||
void xwm_selection_transfer_finish(struct wlr_xwm_selection_transfer *transfer);
|
||||
bool xwm_selection_transfer_get_selection_property(
|
||||
struct wlr_xwm_selection_transfer *transfer, bool delete);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue