Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
[free-sw/xcb/demo] / README
1 xcb-demo: A collection of demo programs that use the XCB library.
2
3 dpms........: test of the dpms extension.
4 hypnomoire..: test of threading support.
5 rendertest..: test of the render extension.
6 xcb-test....: test of the events on a window.
7 xcbdpyinfo..: XCB port of the standard xdpyinfo.
8 xcbrandr....: test of the randr extension.
9 xcbxvinfo...: test of the xv extension.
10
11 app/xte.....: test of the xtest extension.
12 neko/.......: XCB port of xneko.
13
14 In tests/ :
15
16 flames......: example of XCBImage use
17 julia.......: example of XCBImage use, with a colormap.
18 lissajoux...: simple example of XCBImage and shared memory use.