aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-01-21 22:08:38 +0100
committeremersion <contact@emersion.fr>2018-01-21 22:08:38 +0100
commitf704c3d42b80ad28bfd096e5467a5219c0778e3b (patch)
treedcb4bfe48228a88bc43af96bac7318dce7c9af73 /xwayland
parent66ae4071a7985fbc6e5d41f50e34ce4474ab4fe4 (diff)
rootston: fix damage tracking for fullscreen xwayland views
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/xwm.c2
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);
}