From 5efda23f9a74faa71993e2c11ed7e41df73972f1 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 27 Apr 2006 23:01:14 -0700 Subject: Add newline at end of README. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index febd2c6..bb4bb7a 100644 --- a/README +++ b/README @@ -10,4 +10,4 @@ xcbdpyinfo..: XCB port of the standard xdpyinfo. 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. -- cgit v1.2.3 From c47653f90c52a1fcf32f42f63b86e6bdabfe0a41 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 27 Apr 2006 23:02:25 -0700 Subject: Add description for hypnomoire in README. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index bb4bb7a..cb7018f 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ 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. -- cgit v1.2.3 From f8ae520bcb1d7e9fd56dfda2f0df0d18227258a4 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 27 Apr 2006 23:03:23 -0700 Subject: Add xcbxvinfo to README, and sort lines. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index cb7018f..f222556 100644 --- a/README +++ b/README @@ -4,8 +4,9 @@ dpms........: test of the dpms extension. 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. In tests/ : -- cgit v1.2.3 From a214079598d1eb263f77ddc5bc73f9a179213c41 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 27 Apr 2006 23:05:25 -0700 Subject: Add app/xte and neko to README. --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index f222556..6967b1c 100644 --- a/README +++ b/README @@ -8,6 +8,9 @@ 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. -- cgit v1.2.3 From bfe930ce74e4017d9aed08c87bd778443497f639 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 28 Apr 2006 01:04:15 -0700 Subject: Set xcb-demo version number to 0.1, like xcb-util. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3