mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
xwayland/xwm: associate even on xcb_get_property() failure
This matches the behavior beforef5797be8a8. (cherry picked from commitf91fc445ff)
This commit is contained in:
parent
82278edf3c
commit
945f777593
1 changed files with 1 additions and 1 deletions
|
|
@ -935,7 +935,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue