CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2026/05/23 11:07:01
Modified files:
proto/xorgproto/include/X11: Xmd.h
Log message:
Define CARD64 as unsigned long long on OpenBSD LP64 to match uint64_t.
This fixes a number of errors with llvm 22 where X code mixes
CARD64 and uint64_t. ok tb@
