Skip to content

wayland/surface: Implement WL_SURFACE_ERROR_INVALID_SIZE check

Robert Mader requested to merge rmader/mutter:issue1938 into main

From the spec:

This means that at commit time the supplied buffer size must be an integer multiple of the buffer_scale. If that's not the case, an invalid_size error is sent.

Closes #1938 (closed)

Merge request reports