[PATCH xserver 07/11] shadowfb: Rename this particular shadow.c to shadowfb.c

Adam Jackson ajax at redhat.com
Fri Dec 9 19:52:34 UTC 2016


So as not to conflict with the one in miext/shadow.

Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 hw/xfree86/shadowfb/Makefile.am              | 2 +-
 hw/xfree86/shadowfb/{shadow.c => shadowfb.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename hw/xfree86/shadowfb/{shadow.c => shadowfb.c} (100%)

diff --git a/hw/xfree86/shadowfb/Makefile.am b/hw/xfree86/shadowfb/Makefile.am
index 22f7ada..67fb2e4 100644
--- a/hw/xfree86/shadowfb/Makefile.am
+++ b/hw/xfree86/shadowfb/Makefile.am
@@ -1,6 +1,6 @@
 module_LTLIBRARIES = libshadowfb.la
 libshadowfb_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
-libshadowfb_la_SOURCES = sfbmodule.c shadow.c
+libshadowfb_la_SOURCES = sfbmodule.c shadowfb.c
 libshadowfb_la_LIBADD = $(PIXMAN_LIBS)
 
 sdk_HEADERS = shadowfb.h
diff --git a/hw/xfree86/shadowfb/shadow.c b/hw/xfree86/shadowfb/shadowfb.c
similarity index 100%
rename from hw/xfree86/shadowfb/shadow.c
rename to hw/xfree86/shadowfb/shadowfb.c
-- 
2.9.3



More information about the xorg-devel mailing list