mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2026-04-29 10:30:38 +02:00
read-only mirror of https://gitlab.freedesktop.org/xorg/lib/libxcb-errors
The tests also use some non-existing events to check that these are handled correctly. Then came XI 2.4 and introduced several new events, which broke the test. Fix this by updating the test accordingly. This means tests will now fail when using an older version of xcb-proto. If you are affected by this, either do not run tests, or build against a newer version of xcb-proto. Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
|---|---|---|
| m4@c617eee22a | ||
| src | ||
| tests | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| autogen.sh | ||
| configure.ac | ||
| COPYING | ||
| KNOWN_ISSUES | ||
| Makefile.am | ||
| NEWS | ||
| README.md | ||
| xcb-errors.pc.in | ||
xcb-util-errors is a utility library that gives human readable names to error codes and event codes and also to major and minor numbers.
The necessary information is drawn from xcb-proto's protocol descriptions.
This library is especially useful when working with extensions and is mostly useful for debugging.
All questions regarding this software should be directed at the XCB mailing list:
https://lists.x.org/mailman/listinfo/xcb
The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors
Please submit bug reports and requests to merge patches there.
For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches