Commit Graph

4 Commits (f7753c17ad1a4d6816a41ca7aa57c5fa2bffdb79)

Author SHA1 Message Date
matthieu f7753c17ad Revert previous. Needs more thinking. suggested by kettenis@ 2023-09-08 05:40:10 +00:00
matthieu 50e9bfdb05 Fix the build after recent CARD64 / unsigned long fises for llvm 16
There are many places in X drivers where CARD64 is used mixed with uint64_t
and CARD32 mixed with uint32_t.
Initially the CARD* types were only meant to be used in the X protocol
definition and implementation. Later they got used in driver for fixed-
length unsigned integers as synonyms for uintxx_t types.
Unfortunatly on OpenBSD the definition of uint64_t and CARD64 don't match.
So take the bull by the horns and fix the CARDxx definitions using the
corresponding uintxx_t types from stdint.h.
2023-09-07 21:54:21 +00:00
matthieu 1b5ebf2094 Update xorgprotos to 2021.5 2021-11-11 08:55:42 +00:00
matthieu 77d80da3c1 Initial import of xorgproto 2018.4 2019-01-20 17:12:51 +00:00