diff options
author | David Reveman <davidr@novell.com> | 2006-02-15 15:38:28 +0000 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2006-02-15 15:38:28 +0000 |
commit | 8f1a6aba602c1151703577794a18a9baf292bffb (patch) | |
tree | 23db1bd63b4859b4caa6c397ab03fb5816f1b45b /src | |
parent | fd995bf401fa5f0b2d2578ee35c61a277a17a39b (diff) |
Disable last fix
Diffstat (limited to 'src')
-rw-r--r-- | src/glitz_pixel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glitz_pixel.c b/src/glitz_pixel.c index 4a3dd40..c625573 100644 --- a/src/glitz_pixel.c +++ b/src/glitz_pixel.c @@ -1590,10 +1590,11 @@ glitz_get_pixels (glitz_surface_t *src, if (box.x1 < box.x2 && box.y1 < box.y2) { - if (format->scanline_order == +#if 0 if (format->scanline_order == GLITZ_PIXEL_SCANLINE_ORDER_BOTTOM_UP) y1 = height - (box.y2 + y_src); else +#endif y1 = box.y1 - y_src; _glitz_pixel_transform (transform, |