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:
aa9907b
)
Fix computation of x_offset in pixman_add_traps.
author
Kamalneet Singh
<kamalneet.s@samsung.com>
Wed, 19 Mar 2008 14:02:11 +0000
(10:02 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Wed, 19 Mar 2008 14:02:11 +0000
(10:02 -0400)
pixman/pixman-trap.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-trap.c
b/pixman/pixman-trap.c
index 28e755a0d0231ce1570f5330446e2aa05aa892d1..468324e0d69f4b4c6bac9ad6a6b6ce0fcddd5afc 100644
(file)
--- a/
pixman/pixman-trap.c
+++ b/
pixman/pixman-trap.c
@@
-49,7
+49,7
@@
pixman_add_traps (pixman_image_t * image,
height = image->bits.height;
bpp = PIXMAN_FORMAT_BPP (image->bits.format);
- x_off_fixed = pixman_int_to_fixed(
y
_off);
+ x_off_fixed = pixman_int_to_fixed(
x
_off);
y_off_fixed = pixman_int_to_fixed(y_off);
while (ntrap--)