xdg-shell: Rephrase the "geometry larger than fullscreen state" error
It's the geometry size that gets checked, not the buffer size. Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
This commit is contained in:
parent
2ab08d8698
commit
ce2fa93a6e
|
@ -731,7 +731,7 @@ weston_desktop_xdg_toplevel_committed(struct weston_desktop_xdg_toplevel *toplev
|
|||
|
||||
wl_resource_post_error(client_resource,
|
||||
XDG_WM_BASE_ERROR_INVALID_SURFACE_STATE,
|
||||
"xdg_surface buffer (%" PRIi32 " x %" PRIi32 ") "
|
||||
"xdg_surface geometry (%" PRIi32 " x %" PRIi32 ") "
|
||||
"is larger than the configured fullscreen state (%" PRIi32 " x %" PRIi32 ")",
|
||||
geometry.width, geometry.height,
|
||||
toplevel->next.size.width,
|
||||
|
|
Loading…
Reference in New Issue