mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-13 04:27:56 -05:00
Merge branch 'dnd' into 'master'
xwayland/dnd: add support for XdndProxy See merge request wlroots/wlroots!5024
This commit is contained in:
commit
6833511dc8
2 changed files with 41 additions and 1 deletions
|
|
@ -174,6 +174,9 @@ struct wlr_xwayland_surface {
|
|||
*/
|
||||
xcb_ewmh_wm_strut_partial_t *strut_partial;
|
||||
|
||||
/* XdndProxy window */
|
||||
xcb_window_t proxy_window;
|
||||
|
||||
bool pinging;
|
||||
struct wl_event_source *ping_timer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue