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:
@@ -731,7 +731,7 @@ weston_desktop_xdg_toplevel_committed(struct weston_desktop_xdg_toplevel *toplev
|
|||||||
|
|
||||||
wl_resource_post_error(client_resource,
|
wl_resource_post_error(client_resource,
|
||||||
XDG_WM_BASE_ERROR_INVALID_SURFACE_STATE,
|
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 ")",
|
"is larger than the configured fullscreen state (%" PRIi32 " x %" PRIi32 ")",
|
||||||
geometry.width, geometry.height,
|
geometry.width, geometry.height,
|
||||||
toplevel->next.size.width,
|
toplevel->next.size.width,
|
||||||
|
|||||||
Reference in New Issue
Block a user