From: Josh Triplett Date: Fri, 28 Apr 2006 06:00:38 +0000 (-0700) Subject: Rename xdpyinfo to xcbdpyinfo. X-Git-Tag: 0.1~5 X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?p=free-sw%2Fxcb%2Fdemo;a=commitdiff_plain;h=60d7e53938ee1ad1f644e126c6f7679127b643e7;ds=sidebyside Rename xdpyinfo to xcbdpyinfo. --- diff --git a/.gitignore b/.gitignore index bd1365c..78b22ca 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ dpms hypnomoire rendertest xcb-test +xcbdpyinfo xcbrandr xcbxf86dri xcbxvinfo -xdpyinfo diff --git a/Makefile.am b/Makefile.am index 8abeec9..12ee08b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,13 +9,13 @@ INCLUDES = $(XCB_CFLAGS) LDADD = $(XCB_LIBS) bin_PROGRAMS = dpms hypnomoire rendertest xcb-test xcbrandr xcbxf86dri \ - xcbxvinfo xdpyinfo + xcbxvinfo xcbdpyinfo hypnomoire_CFLAGS = $(XCBAUX_CFLAGS) hypnomoire_LDADD = $(XCBAUX_LIBS) -lm -lpthread hypnomoire_SOURCES = hypnomoire.c reply_formats.c -xdpyinfo_SOURCES = xdpyinfo.c +xcbdpyinfo_SOURCES = xcbdpyinfo.c xcb_test_CFLAGS = $(XCBAUX_CFLAGS) xcb_test_LDADD = $(XCBAUX_LIBS) -lpthread diff --git a/README b/README index f36e16b..febd2c6 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ hypnomoire..: rendertest..: test of the render extension. xcb-test....: test of the events on a window. xcbrandr....: test of the randr extension. -xdpyinfo....: XCB port of the standard xdpyinfo. +xcbdpyinfo..: XCB port of the standard xdpyinfo. In tests/ : diff --git a/xdpyinfo.c b/xcbdpyinfo.c similarity index 100% rename from xdpyinfo.c rename to xcbdpyinfo.c