mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: ValidateGC(): fix serialNumber assignment
GC's serialNumber field is unsigned int, but DrawableRec's is unsigned long, so we need to typecast. It would be better if they all had the same type, but we can't change them easily, as that might cause ABI break. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
a449d5950e
commit
e55281e2a5
Reference in New Issue
Block a user