mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-21 01:40:48 -05:00
xwayland: parse DND_ENTER messages
This commit is contained in:
parent
b547279625
commit
7d18812735
3 changed files with 223 additions and 86 deletions
|
|
@ -65,6 +65,8 @@ bool primary_selection_source_is_xwayland(
|
|||
struct wlr_primary_selection_source *wlr_source);
|
||||
|
||||
void xwm_seat_handle_start_drag(struct wlr_xwm *xwm, struct wlr_drag *drag);
|
||||
int xwm_dnd_handle_xfixes_selection_notify(struct wlr_xwm *xwm,
|
||||
xcb_xfixes_selection_notify_event_t *event);
|
||||
|
||||
void xwm_selection_init(struct wlr_xwm *xwm);
|
||||
void xwm_selection_finish(struct wlr_xwm *xwm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue