aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
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 88b2fe56..d728f405 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -938,7 +938,7 @@ static void xwayland_surface_associate(struct wlr_xwm *xwm,
xcb_get_property_reply(xwm->xcb_conn, cookies[i], NULL);
if (reply == NULL) {
wlr_log(WLR_ERROR, "Failed to get window property");
- return;
+ continue;
}
read_surface_property(xwm, xsurface, props[i], reply);
free(reply);