Fix forgotten use of pixman-combine.h
authorSøren Sandmann <sandmann@redhat.com>
Mon, 9 Jun 2008 00:01:37 +0000 (20:01 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Mon, 9 Jun 2008 00:01:37 +0000 (20:01 -0400)
pixman/combine.pl

index 7258ff3..f8df603 100644 (file)
@@ -75,6 +75,7 @@ while (<STDIN>) {
 
     # Change the header for the 64-bit version
     s/pixman-combine.h/pixman-combine64.h/ if $size == 16;
+    s/pixman-combine.h/pixman-combine32.h/ if $size == 8;
 
     print;
 }