Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
[free-sw/xcb/demo] / README
diff --git a/README b/README
index bb4bb7a..fc7b78f 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,18 @@
 xcb-demo: A collection of demo programs that use the XCB library.
 
 dpms........: test of the dpms extension.
-hypnomoire..: 
+hypnomoire..: test of threading support.
 rendertest..: test of the render extension.
 xcb-test....: test of the events on a window.
-xcbrandr....: test of the randr extension.
 xcbdpyinfo..: XCB port of the standard xdpyinfo.
+xcbrandr....: test of the randr extension.
+xcbxvinfo...: test of the xv extension.
+
+app/xte.....: test of the xtest extension.
+neko/.......: XCB port of xneko.
 
 In tests/ :
 
+flames......: example of XCBImage use
 julia.......: example of XCBImage use, with a colormap.
-lissajoux...: simple example of XCBImage use.
+lissajoux...: simple example of XCBImage and shared memory use.