Rename xdpyinfo to xcbdpyinfo.
authorJosh Triplett <josh@freedesktop.org>
Fri, 28 Apr 2006 06:00:38 +0000 (23:00 -0700)
committerJosh Triplett <josh@freedesktop.org>
Fri, 28 Apr 2006 06:00:38 +0000 (23:00 -0700)
.gitignore
Makefile.am
README
xcbdpyinfo.c [moved from xdpyinfo.c with 100% similarity]

index bd1365c..78b22ca 100644 (file)
@@ -2,7 +2,7 @@ dpms
 hypnomoire
 rendertest
 xcb-test
 hypnomoire
 rendertest
 xcb-test
+xcbdpyinfo
 xcbrandr
 xcbxf86dri
 xcbxvinfo
 xcbrandr
 xcbxf86dri
 xcbxvinfo
-xdpyinfo
index 8abeec9..12ee08b 100644 (file)
@@ -9,13 +9,13 @@ INCLUDES = $(XCB_CFLAGS)
 LDADD = $(XCB_LIBS)
 
 bin_PROGRAMS = dpms hypnomoire rendertest xcb-test xcbrandr xcbxf86dri \
 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
 
 
 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
 
 xcb_test_CFLAGS = $(XCBAUX_CFLAGS)
 xcb_test_LDADD = $(XCBAUX_LIBS) -lpthread
diff --git a/README b/README
index f36e16b..febd2c6 100644 (file)
--- 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.
 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/ :
 
 
 In tests/ :
 
similarity index 100%
rename from xdpyinfo.c
rename to xcbdpyinfo.c