mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +00:00
[win32k]
- EngSetPointerShape: Don't dereference psoMask without checking it svn path=/trunk/; revision=42626
This commit is contained in:
parent
f928fd8906
commit
abc65bc027
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ EngSetPointerShape(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (psoMask)
|
||||||
{
|
{
|
||||||
pgp->Size.cx = psoMask->sizlBitmap.cx;
|
pgp->Size.cx = psoMask->sizlBitmap.cx;
|
||||||
pgp->Size.cy = psoMask->sizlBitmap.cy / 2;
|
pgp->Size.cy = psoMask->sizlBitmap.cy / 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue