Add a KNOWN_ISSUES file

Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
This commit is contained in:
Uli Schlachter 2015-03-25 10:56:01 +01:00
parent f6a28cbbad
commit 40fdc28891

8
KNOWN_ISSUES Normal file
View file

@ -0,0 +1,8 @@
- 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.