summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2012-03-27 21:23:30 +0200
committerUli Schlachter <psychon@znc.in>2012-03-27 21:25:07 +0200
commit06ffa0199c483e1e637f436079b1f2ed4c9e7baf (patch)
treec4aeae35422405ff2dfd593527cee4a57ef23749 /README
parentc4d1063e0310fa1b0c3ab749ed1b4e15431c450b (diff)
downloadcairo-06ffa0199c483e1e637f436079b1f2ed4c9e7baf.tar.gz
README: Note that xcb is no longer experimental
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index ee7bd508c..67ce4f58d 100644
--- a/README
+++ b/README
@@ -5,9 +5,9 @@ What is cairo
=============
Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X Window
-System, quartz, win32, and image buffers, as well as PDF, PostScript,
-and SVG file output. Experimental backends include OpenGL, XCB, BeOS,
-OS/2, and DirectFB.
+System (via both Xlib and XCB), quartz, win32, and image buffers,
+as well as PDF, PostScript, and SVG file output. Experimental backends
+include OpenGL, BeOS, OS/2, and DirectFB.
Cairo is designed to produce consistent output on all output media
while taking advantage of display hardware acceleration when available
@@ -125,6 +125,10 @@ Supported, "platform" surface backends
-------------
Microsoft Windows 2000 or newer[*].
+ xcb backend
+ -----------
+ XCB http://xcb.freedesktop.org
+
Font backends (required to have at least one)
---------------------------------------------
freetype font backend
@@ -163,10 +167,6 @@ Font backends (required to have at least one)
Experimental surface backends
-----------------------------
- xcb backend
- -----------
- XCB http://xcb.freedesktop.org
-
beos backend
------------
No dependencies in itself other than an installed BeOS system, but cairo