From 093112a1b720c3a74b28b7b4289feb16fbe4afd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sat, 20 Jun 2009 20:28:36 -0400 Subject: [PATCH] Rename pixman-pict.c to pixman.c There are no traces of fbpict.c in it anymore. --- pixman/Makefile.am | 2 +- pixman/{pixman-pict.c => pixman.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pixman/{pixman-pict.c => pixman.c} (100%) diff --git a/pixman/Makefile.am b/pixman/Makefile.am index c75ff87..46bfcf8 100644 --- a/pixman/Makefile.am +++ b/pixman/Makefile.am @@ -18,7 +18,7 @@ libpixman_1_la_SOURCES = \ pixman-combine64.c \ pixman-combine64.h \ pixman-general.c \ - pixman-pict.c \ + pixman.c \ pixman-fast-path.c \ pixman-solid-fill.c \ pixman-conical-gradient.c \ diff --git a/pixman/pixman-pict.c b/pixman/pixman.c similarity index 100% rename from pixman/pixman-pict.c rename to pixman/pixman.c -- 2.7.4