xorg-libxcb-errors/KNOWN_ISSUES
Uli Schlachter 40fdc28891 Add a KNOWN_ISSUES file
Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
2015-03-25 10:56:01 +01:00

8 lines
441 B
Text

- XGE and XKB events are not handled correctly (Should another API for this be
added? Does it perhaps really make sense to have an API which gets an
xcb_generiv_event_t*)?
- I'm not sure about xcb_errors_get_name_for_minor_code() being able to return
NULL
- Should the extension's name be included in strings for that ext? More
generally, think about how this library can be used and if such usage would
result in "good" messages.