mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
rootston: fix damage tracking for fullscreen xwayland views
This commit is contained in:
parent
66ae4071a7
commit
f704c3d42b
2 changed files with 29 additions and 5 deletions
|
|
@ -315,7 +315,7 @@ static void read_surface_parent(struct wlr_xwm *xwm,
|
|||
wl_list_init(&xsurface->parent_link);
|
||||
}
|
||||
|
||||
wlr_log(L_DEBUG, "XCB_ATOM_WM_TRANSIENT_FOR: %p", xid);
|
||||
wlr_log(L_DEBUG, "XCB_ATOM_WM_TRANSIENT_FOR: %p", xsurface->parent);
|
||||
wl_signal_emit(&xsurface->events.set_parent, xsurface);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue