mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-25 21:37:54 -04:00
xwayland/xwm: align WL_SURFACE_ID error message with WL_SURFACE_SERIAL
This commit is contained in:
parent
cb0fa9b0a3
commit
73d6968cd0
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);
|
||||
if (xsurface == NULL) {
|
||||
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);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue