[PATCH 1/3] gdiplus: fix get_graphics_bounds when window origin point changed

Dmitry Timoshkov dmitry at baikal.ru
Mon Dec 22 23:49:44 CST 2014


"Changhui Liu" <liuchanghui at linuxdeepin.com> wrote:

> @@ -5619,7 +5674,7 @@ START_TEST(graphics)
>      test_alpha_hdc();
>      test_bitmapfromgraphics();
>      test_GdipFillRectangles();
> -
> +    test_GdipGetVisibleClipBounds_memoryDC();
>      GdiplusShutdown(gdiplusToken);
>      DestroyWindow( hwnd );
>  }


An empty line before GdiplusShutdown is intentional and makes it clearer
to separate tests from the clean up. Please keep it that way.

-- 
Dmitry.



More information about the wine-devel mailing list