diff options
author | David Reveman <davidr@novell.com> | 2006-02-15 15:44:42 +0000 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2006-02-15 15:44:42 +0000 |
commit | 18cc256d047a2c12b5e2de3a7e728832b304b36a (patch) | |
tree | 726156807f65f5c45bc5f3088ca3d84f24d90f51 /src | |
parent | 8f1a6aba602c1151703577794a18a9baf292bffb (diff) |
Fix typo
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 c625573..271bf4b 100644 --- a/src/glitz_pixel.c +++ b/src/glitz_pixel.c @@ -1590,7 +1590,8 @@ glitz_get_pixels (glitz_surface_t *src, if (box.x1 < box.x2 && box.y1 < box.y2) { -#if 0 if (format->scanline_order == +#if 0 + if (format->scanline_order == GLITZ_PIXEL_SCANLINE_ORDER_BOTTOM_UP) y1 = height - (box.y2 + y_src); else |