summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTORRI Vincent <torri@doursse.(none)>2006-04-28 19:27:33 +0200
committerTORRI Vincent <torri@doursse.(none)>2006-04-28 19:27:33 +0200
commit1c14f1ba1706dcce80d9355e43888a00b4b8c777 (patch)
treee78bb56916d1105b390c615987c1634d6e4a6f84
parent1170e85ee02d37ce32178df2b1a4bb9b75b6a866 (diff)
parentbfe930ce74e4017d9aed08c87bd778443497f639 (diff)
Merge branch 'master' of git+ssh://doursse@git.freedesktop.org/git/xcb
-rw-r--r--README10
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index febd2c6..6967b1c 100644
--- 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.
-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/ :
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.
diff --git a/configure.ac b/configure.ac
index fcebfc9..de7dd86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.57)
-AC_INIT([xcb-demo],0.8,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-demo],0.1,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_CONFIG_HEADER(config.h)