summaryrefslogtreecommitdiff
path: root/XCBToDo.mdwn
diff options
context:
space:
mode:
authorJeremy Kolb <jkolb@brandeis.edu>2006-01-22 10:03:59 -0800
committerJeremy Kolb <jkolb@brandeis.edu>2006-01-22 10:03:59 -0800
commitbd79a6f6fb15786baeb5ab6ce6596878ab720281 (patch)
tree40bde8c2b7d450ddbb76d5b73153407e65737289 /XCBToDo.mdwn
parent8e0aa2a1fdaa1bd2ab65568de0b87d2ff5960e82 (diff)
XCBToDo: Added link to TODO in xcb-proto.
Diffstat (limited to 'XCBToDo.mdwn')
-rw-r--r--XCBToDo.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/XCBToDo.mdwn b/XCBToDo.mdwn
index c97a177..00223d6 100644
--- a/XCBToDo.mdwn
+++ b/XCBToDo.mdwn
@@ -63,7 +63,8 @@ This list might be roughly in order of importance.
- There's lots to do with protocol extensions:
- Lots more extensions need to be implemented.
- {1} Required: XTEST
- - {2} Useful: XVideo (Jeremy), XKB
+ - {2} XKB
+ - {3} See <http://cvs.freedesktop.org/xcb/xcb-proto/TODO?view=markup>
- {2} Extensions need to be easy to compile as separate libraries and in separate source trees. Mostly done, but should be encapsulated in a shell script and autoconf macros, and simplified.
- {3} Check XCB extensions for conformance with their protocol documentation.
- XCB is missing some of the convenience functionality that Xlib layers atop the protocol. (Provide separate libraries that simplify the interface while providing missing functionality? )