Files
xserver/test/input.c
Enrico Weigelt, metux IT consult 025404effc (submit/test-fix-vla) 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>
2024-08-29 20:51:19 +02:00

56 KiB