mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xwayland: use a separate window for drag'n'drop
This commit is contained in:
parent
d5f46f4db4
commit
cadfccf1fd
2 changed files with 85 additions and 46 deletions
|
|
@ -115,6 +115,8 @@ struct wlr_xwm {
|
|||
xcb_window_t selection_window;
|
||||
struct wlr_xwm_selection clipboard_selection;
|
||||
struct wlr_xwm_selection primary_selection;
|
||||
|
||||
xcb_window_t dnd_window;
|
||||
struct wlr_xwm_selection dnd_selection;
|
||||
|
||||
struct wlr_xwayland_surface *focus_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue