gdiplus: Initialize a variable in SOFTWARE_GdipFillRegion to avoid a compiler warning.

This commit is contained in:
Gerald Pfeifer 2011-04-02 22:35:17 +02:00 committed by Alexandre Julliard
parent 4d93675332
commit 25764d79c0
1 changed files with 1 additions and 1 deletions

View File

@ -3673,7 +3673,7 @@ static GpStatus SOFTWARE_GdipFillRegion(GpGraphics *graphics, GpBrush *brush,
GpRectF graphics_bounds;
UINT scans_count, i;
INT dummy;
GpRect *scans;
GpRect *scans = NULL;
DWORD *pixel_data;
if (!brush_can_fill_pixels(brush))