Skip to content

(trivial) test: dix_input_valuator_masks(): use fixed array instead of VLA

The array size is determined on compile time, so no need to use a vla which always has the same size anyways.

Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Merge request reports