summaryrefslogtreecommitdiff
path: root/src/glitz_pixel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glitz_pixel.c')
-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