| commit | 25764d79c01a0f01e2ece5f48e0ae09590eca1a8 | [log] [tgz] |
|---|---|---|
| author | Gerald Pfeifer <gerald@pfeifer.com> | Sat Apr 02 22:35:17 2011 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 04 14:55:10 2011 +0200 |
| tree | 1f67c735a467262282cb0f30ff2352a63a8187bc | |
| parent | 4d936753321fb40a3eedd527f1b548e556e51af4 [diff] |
gdiplus: Initialize a variable in SOFTWARE_GdipFillRegion to avoid a compiler warning.
diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c index 4fdfa9c..cecc880 100644 --- a/dlls/gdiplus/graphics.c +++ b/dlls/gdiplus/graphics.c
@@ -3673,7 +3673,7 @@ GpRectF graphics_bounds; UINT scans_count, i; INT dummy; - GpRect *scans; + GpRect *scans = NULL; DWORD *pixel_data; if (!brush_can_fill_pixels(brush))