Fix more format string integer size warnings.
[free-sw/xcb/demo] / README
diff --git a/README b/README
index f36e16b..6967b1c 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,17 @@
 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.
+xcbdpyinfo..: XCB port of the standard xdpyinfo.
 xcbrandr....: test of the randr extension.
-xdpyinfo....: XCB port of the standard xdpyinfo.
+xcbxvinfo...: test of the xv extension.
+
+app/xte.....: test of the xtest extension.
+neko/.......: XCB port of xneko.
 
 In tests/ :
 
 julia.......: example of XCBImage use, with a colormap.
-lissajoux...: simple example of XCBImage use.
\ No newline at end of file
+lissajoux...: simple example of XCBImage use.