wayland-rs icon indicating copy to clipboard operation
wayland-rs copied to clipboard

backend/scanner: Do not allow arrays/newids to be nullable

Open ids1024 opened this issue 2 years ago • 0 comments

The wire protocol lacked a way to express nullable arrays as distinct from empty non-null arrays, so this was broken in upstream Wayland. Nullable newids were possible in the wire protocol, but not the C API, and dubiously useful.

This matches the change in https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/252.

ids1024 avatar Jul 25 '22 16:07 ids1024