diff options
author | emersion <contact@emersion.fr> | 2018-01-21 22:08:38 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-21 22:08:38 +0100 |
commit | f704c3d42b80ad28bfd096e5467a5219c0778e3b (patch) | |
tree | dcb4bfe48228a88bc43af96bac7318dce7c9af73 /xwayland/xwm.c | |
parent | 66ae4071a7985fbc6e5d41f50e34ce4474ab4fe4 (diff) |
rootston: fix damage tracking for fullscreen xwayland views
Diffstat (limited to 'xwayland/xwm.c')
-rw-r--r-- | xwayland/xwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 3bbaecfb..b9536d96 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -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); } |