Files
xserver/dix/cursor.c
Enrico Weigelt, metux IT consult a449d5950e dix: AllocARGBCursor(): make color parameters unsigned short
These values are assigned to `unsigned short` fields, and we're only
getting in smaller numbers that fit well into it. So fixing compiler
warning on type size mismatch by using short args.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-09-15 19:38:25 +02:00

16 KiB