rootston: fix damage tracking for fullscreen xwayland views

This commit is contained in:
emersion 2018-01-21 22:08:38 +01:00
parent 66ae4071a7
commit f704c3d42b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 29 additions and 5 deletions

View file

@ -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);
}