Commit Graph

16 Commits

Author SHA1 Message Date
matthieu
3fe15b1ccc Update to xorgproto 2024.1. Bulk ports build test tb@ 2024-06-01 12:14:48 +00:00
matthieu
b9d2fd7454 Update to xorgproto 2023.2 2023-10-29 16:17:21 +00:00
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
76306a21cb Update xorgproto to version 2022.2
This adds the Xwayland extention definition + fixes
2022-08-31 07:43:25 +00:00
matthieu
d47608c88d Update to xorgproto 2022.1
New keysyms + install missing dpmsproto.pc
2022-07-04 08:19:15 +00:00
matthieu
1b5ebf2094 Update xorgprotos to 2021.5 2021-11-11 08:55:42 +00:00
matthieu
5964062853 Update to xorgproto 2019.2. Tested by krw@ and naddy@ 2020-01-04 17:53:16 +00:00
matthieu
b96f65054f MFC: randrproto: Fix missing #undef RRLease
fixes build with gcc3. Problem noticed and fix confirmed by aoyama@
2019-09-10 19:09:14 +00:00
matthieu
3a86563078 regen 2019-01-30 20:51:43 +00:00
matthieu
7eab099a22 Make it possible to disable applewm and windowswm protos
(not used on OpenBSD) and mark some more protos as legacy.
2019-01-30 20:49:44 +00:00
matthieu
6317fbc72d Remove RCS Ids 2019-01-30 20:45:38 +00:00
matthieu
81d1f7f6a2 regen autotools files 2019-01-20 17:28:53 +00:00
matthieu
a93bf9b6a6 OpenBSD Makefile for xorgproto 2019-01-20 17:28:24 +00:00
matthieu
b7f4f63879 Add back docs that are missing from the xorgproto-2018.4 tarball
but are in upstream git repository.
2019-01-20 17:25:57 +00:00
matthieu
77d80da3c1 Initial import of xorgproto 2018.4 2019-01-20 17:12:51 +00:00