summaryrefslogtreecommitdiff
path: root/XCBDevelopmentPlan.mdwn
diff options
context:
space:
mode:
authorJeremy Kolb <jkolb@brandeis.edu>2005-02-10 19:50:51 -0800
committerJeremy Kolb <jkolb@brandeis.edu>2005-02-10 19:50:51 -0800
commit045399647260e153fc46ce8f4991a87f7cca8aa0 (patch)
treee1c03e4879ccc7f2be0a23e6911d4028c9cb9e47 /XCBDevelopmentPlan.mdwn
parentf3fbe3363593250fd932a273375741834a069e1a (diff)
XCBDevelopmentPlan
Diffstat (limited to 'XCBDevelopmentPlan.mdwn')
-rw-r--r--XCBDevelopmentPlan.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/XCBDevelopmentPlan.mdwn b/XCBDevelopmentPlan.mdwn
index 4feed0d..c98aaff 100644
--- a/XCBDevelopmentPlan.mdwn
+++ b/XCBDevelopmentPlan.mdwn
@@ -1,6 +1,6 @@
-This is the timeline that I want to follow in \[[xcb]\[XCB]] development.
+This is the timeline that I want to follow in [xcb [XCB]] development.
-# Prepare XCB and Xlib for integration into \[[X.org]]
+# Prepare XCB and Xlib for integration into [http://w.org [X.org]]
## Freeze public API: Monday July 19th, 2004
@@ -14,7 +14,7 @@ The \[[XTesting#Xtest\_suite]\[X Test Suite]] is a comprehensive test suite for
The patches to Xlib that make it use XCB need to pass the tests in this suite, or the suite needs to be shown to be defective and a fixed version should pass the new Xlib. The latter applies to the protocol tests, for example, where LockDisplay/UnlockDisplay were omitted from all of the tests, causing most to fail immediately under the new code.
-## Commit to \[[xorg]\[X.org]]: no date yet
+## Commit to [http://www.x.org [X.org]]: no date yet
At this point, the default would be to compile Xlib without XCB. Committing all of the necessary pieces to \[[xorg]\[X.org]] makes it easier for new developers to turn on XCB support and try it out.