mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-15 14:33:01 -04:00
xwayland/xwm: align WL_SURFACE_ID error message with WL_SURFACE_SERIAL
(cherry picked from commit 73d6968cd0)
This commit is contained in:
parent
1aac9974d5
commit
f0a04a1f8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1462,7 +1462,7 @@ static void xwm_handle_surface_id_message(struct wlr_xwm *xwm,
|
||||||
struct wlr_xwayland_surface *xsurface = lookup_surface(xwm, ev->window);
|
struct wlr_xwayland_surface *xsurface = lookup_surface(xwm, ev->window);
|
||||||
if (xsurface == NULL) {
|
if (xsurface == NULL) {
|
||||||
wlr_log(WLR_DEBUG,
|
wlr_log(WLR_DEBUG,
|
||||||
"client message WL_SURFACE_ID but no new window %u ?",
|
"Received client message WL_SURFACE_ID but no X11 window %u",
|
||||||
ev->window);
|
ev->window);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue