[cairo-commit] [cairo-www] src/summerofcode
Carl Worth
cworth at freedesktop.org
Sun Mar 16 16:59:20 PDT 2008
src/summerofcode/ideas.mdwn | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
New commits:
commit 83558315b220b5d66847f0786522565136f87fd8
Author: Carl Worth <cworth at freedesktop.org>
Date: Sun Mar 16 16:59:19 2008 -0700
web commit by BehdadEsfahbod
diff --git a/src/summerofcode/ideas.mdwn b/src/summerofcode/ideas.mdwn
index 5db2bd2..94ba4be 100644
--- a/src/summerofcode/ideas.mdwn
+++ b/src/summerofcode/ideas.mdwn
@@ -31,7 +31,14 @@ Library improvements
something somewhat dynamic, but much less aggressive than the kind
of approach taken with jitblit.
- * Merge XLib and XCB backend similarly to what was done recently to PDF and PS
+ * [Medium] Merge XLib and XCB backend similarly to what was done recently to PDF and PS
+
+ Currently there are separate XLib and XCB cairo surface backends.
+ The problem is, the XCB backend is not maintained and does not get
+ the same treatment (bug fixes, improvements, ...) that the XLib
+ backend does. The two also duplicate a lot of code. The idea is to merge
+ the duplicate code, possibly using a similar approach used by to make
+ the Postscript and PDF backends share code, namely, cairo-pdf-operators.c.
* [Medium] Implement `cairo_stroke_to_path()`
More information about the cairo-commit
mailing list