From 3fc386fc865c20d14798786943c8de0d9921d55f Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 18 Sep 2014 13:22:14 -0500 Subject: [PATCH] gdiplus: Process a row instead of a column in inner conversion loop. --- dlls/gdiplus/image.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dlls/gdiplus/image.c b/dlls/gdiplus/image.c index 7964cd8dfa2..0564f33535f 100644 --- a/dlls/gdiplus/image.c +++ b/dlls/gdiplus/image.c @@ -582,8 +582,8 @@ GpStatus convert_pixels(INT width, INT height, } #define convert_indexed_to_rgb(getpixel_function, setpixel_function) do { \ - for (x=0; x