From 60d7e53938ee1ad1f644e126c6f7679127b643e7 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 27 Apr 2006 23:00:38 -0700 Subject: [PATCH] Rename xdpyinfo to xcbdpyinfo. --- .gitignore | 2 +- Makefile.am | 4 ++-- README | 2 +- xdpyinfo.c => xcbdpyinfo.c | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename xdpyinfo.c => xcbdpyinfo.c (100%) 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 -- 2.34.1