Skip to content

backend/drm: use 1 for props array sizes

Kirill Primak requested to merge vyivel/wlroots:drm-props-size into master

This ensures that outer unions have the smallest possible size. 0 isn't used instead because ISO C forbids zero-sized arrays.

Merge request reports