xorg-libxcb-errors/src
Uli Schlachter 4ed12c46de Don't check codes to be in range, but find "best match"
If some new events are added to an extension, older implementations register a
smaller portion of the event number space than this library possible knows. So
we cannot just look for some extension that has some code "in range", but we
need to find the best one (with the largest base).

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-04-04 10:59:12 +02:00
..
errors.h static_extension_info_t: Use uint8_t again were possible 2015-03-24 21:23:35 +01:00
extensions.py Code generator: Print a warning for xge events 2015-03-25 10:51:56 +01:00
xcb_errors.c Don't check codes to be in range, but find "best match" 2015-04-04 10:59:12 +02:00
xcb_errors.h Initial version 2015-03-18 21:43:05 +01:00