winex11.drv: Initialize a variable in create_xcursor_frame to silence a warning.

This commit is contained in:
Gerald Pfeifer 2011-04-03 21:23:38 +02:00 committed by Alexandre Julliard
parent c3774b664a
commit 4d93675332

View file

@ -295,7 +295,7 @@ static XcursorImage *create_xcursor_frame( HDC hdc, const ICONINFOEXW *iinfo, HA
{
XcursorImage *image, *ret = NULL;
DWORD delay_jiffies, num_steps;
int x, y, i, has_alpha;
int x, y, i, has_alpha = FALSE;
XcursorPixel *ptr;
wine_tsx11_lock();