winex11.drv: Initialize a variable in create_xcursor_frame to silence a warning.
This commit is contained in:
parent
c3774b664a
commit
4d93675332
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue