From: Søren Sandmann Pedersen Date: Sun, 21 Jun 2009 00:28:36 +0000 (-0400) Subject: Rename pixman-pict.c to pixman.c X-Git-Tag: 1.0_branch~1039 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=093112a1b720c3a74b28b7b4289feb16fbe4afd1;p=profile%2Fivi%2Fpixman.git Rename pixman-pict.c to pixman.c There are no traces of fbpict.c in it anymore. --- 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