summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2006-02-15 15:44:42 +0000
committerDavid Reveman <davidr@novell.com>2006-02-15 15:44:42 +0000
commit18cc256d047a2c12b5e2de3a7e728832b304b36a (patch)
tree726156807f65f5c45bc5f3088ca3d84f24d90f51
parent8f1a6aba602c1151703577794a18a9baf292bffb (diff)
Fix typo
-rw-r--r--src/glitz_pixel.c3
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