Files
xserver/test/input.c
Enrico Weigelt, metux IT consult baa2aca9e2 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>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1663>
(cherry picked from commit 1bea5ddfce)
2026-01-25 10:39:56 -08:00

56 KiB