summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>2015-03-25 10:56:01 +0100
committerUli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>2015-03-25 10:56:01 +0100
commit40fdc28891137fb153ee098505a4954fdea50718 (patch)
treef57b5fd8fcce03a0d9000ef54900bf95ffaf0213
parentf6a28cbbad5fa05466dc7e04b0ed04627e5d949e (diff)
Add a KNOWN_ISSUES file
Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
-rw-r--r--KNOWN_ISSUES8
1 files changed, 8 insertions, 0 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
new file mode 100644
index 0000000..53482eb
--- /dev/null
+++ b/KNOWN_ISSUES
@@ -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.