mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[GDI32_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73314
This commit is contained in:
@@ -2796,6 +2796,9 @@ static void draw_graphics(HDC hdc, const BITMAPINFO *bmi, BYTE *bits)
|
||||
|
||||
ExtSelectClipRgn( hdc, NULL, RGN_COPY );
|
||||
|
||||
ret = ExtFloodFill( hdc, -1, -1, RGB( 0, 0xff, 0 ), FLOODFILLSURFACE );
|
||||
ok (!ret, "got ret %d\n", ret);
|
||||
|
||||
SelectObject(hdc, orig_brush);
|
||||
SelectObject(hdc, orig_pen);
|
||||
DeleteObject(solid_brush);
|
||||
|
||||
Reference in New Issue
Block a user