projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8f17f
)
Fix forgotten use of pixman-combine.h
author
Søren Sandmann
<sandmann@redhat.com>
Mon, 9 Jun 2008 00:01:37 +0000
(20:01 -0400)
committer
Søren Sandmann
<sandmann@redhat.com>
Mon, 9 Jun 2008 00:01:37 +0000
(20:01 -0400)
pixman/combine.pl
patch
|
blob
|
history
diff --git
a/pixman/combine.pl
b/pixman/combine.pl
index
7258ff3
..
f8df603
100644
(file)
--- a/
pixman/combine.pl
+++ b/
pixman/combine.pl
@@
-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;
}