(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
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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