mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-18 22:05:48 -05:00
xwayland/dnd: add support for XdndProxy
If this window property exists, we should send event to proxy window Signed-off-by: xurui <xurui@kylinos.cn>
This commit is contained in:
parent
792bee9657
commit
51efd9e472
2 changed files with 41 additions and 1 deletions
|
|
@ -170,6 +170,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