mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2026-04-23 02:50:38 +02:00
Add a KNOWN_ISSUES file
Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
This commit is contained in:
parent
f6a28cbbad
commit
40fdc28891
1 changed files with 8 additions and 0 deletions
8
KNOWN_ISSUES
Normal file
8
KNOWN_ISSUES
Normal 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.
|
||||
Loading…
Add table
Reference in a new issue